Rewrite as static webapp #1

Merged
localhorst merged 12 commits from feature/full-rewrite into master 2025-12-21 09:21:10 +01:00
8 changed files with 2396 additions and 146608 deletions
Showing only changes of commit 45cf964313 - Show all commits

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">