Removing the close button for the initial pane

This commit is contained in:
2025-12-28 20:51:41 +00:00
parent bb6b6c5768
commit fd12f0255d
116 changed files with 341 additions and 325 deletions

View File

@@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2025-12-28 Sun 20:37 -->
<!-- 2025-12-28 Sun 20:49 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>ise_week_4</title>
@@ -409,9 +409,9 @@ e. <b><b>Survivor Selection</b></b>:
</ol>
</div>
</div>
<div id="outline-container-org147f072" class="outline-3">
<h3 id="org147f072"><a href="#org147f072">4. Fitness Function</a></h3>
<div class="outline-text-3" id="text-org147f072">
<div id="outline-container-org80dc091" class="outline-3">
<h3 id="org80dc091"><a href="#org80dc091">4. Fitness Function</a></h3>
<div class="outline-text-3" id="text-org80dc091">
<ul class="org-ul">
<li>The fitness function is derived from the problems objective or quality function.</li>
<li>It assigns a single real-valued score to each individual (phenotype).</li>
@@ -491,9 +491,9 @@ e. <b><b>Survivor Selection</b></b>:
</div>
</div>
</div>
<div id="outline-container-org9bf0ecd" class="outline-3">
<h3 id="org9bf0ecd"><a href="#org9bf0ecd">4. Fitness Function</a></h3>
<div class="outline-text-3" id="text-org9bf0ecd">
<div id="outline-container-org73e80f0" class="outline-3">
<h3 id="org73e80f0"><a href="#org73e80f0">4. Fitness Function</a></h3>
<div class="outline-text-3" id="text-org73e80f0">
<ul class="org-ul">
<li>Guides the <b><b>selection of parents</b></b> in the genetic algorithm.</li>
<li>Aims to <b><b>maximize code coverage</b></b>.</li>