This commit is contained in:
2025-12-20 21:37:45 +01:00
parent 852211e749
commit 45cf964313

View File

@ -113,8 +113,6 @@
<label for="algorithm-select">Algorithm</label>
<select id="algorithm-select">
<option value="exhaustive">Exhaustive Search (Small packs only)</option>
<option value="genetic" disabled>Genetic Algorithm (Fast)</option>
<option value="simulated-annealing" disabled>Simulated Annealing</option>
</select>
</div>
<div class="form-group">