Skip to content

Commit f1b51e5

Browse files
committed
Adds option to handle simulated_annealing method
1 parent ab96e5c commit f1b51e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ <h5 class="modal-title" id="exampleModalLabel">Submit Problem Details</h5>
8383
</optgroup>
8484
<optgroup label="Metaheuristic Algorithms">
8585
<option value="genetic-algorithm">Genetic Algorithm</option>
86+
<option value="simulated-annealing">Simulated Annealing</option>
8687
</optgroup>
8788
</select>
8889
</div>

0 commit comments

Comments
 (0)