Пример #1
0
        ?>
</a>
                    </td>
                    <td>
                        <?php 
        echo $person->getIsMutant() ? 'Yes' : 'No';
        ?>
                    </td>
                </tr>
            <?php 
    }
    ?>
        </table>
    </section>
    <?php 
    $population = Algorithm::evolve($population, $target, $generationLevel);
    $generationLevel++;
    $solution = $population->getFittest($target);
}
?>


<section class="target">
<div>
    <h2>Max Populations: <?php 
echo $stopOnLevel;
?>
</h2>
</div>
<h1>Target</h1>
<table>