cleanup
This commit is contained in:
@ -112,9 +112,9 @@
|
||||
<div class="form-group">
|
||||
<label for="algorithm-select">Algorithm</label>
|
||||
<select id="algorithm-select">
|
||||
<option value="genetic">Genetic Algorithm (Fast)</option>
|
||||
<option value="simulated-annealing">Simulated Annealing</option>
|
||||
<option value="exhaustive">Exhaustive (Small packs only)</option>
|
||||
<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">
|
||||
@ -313,7 +313,8 @@
|
||||
<a href="https://git.mosad.xyz/localhorst/LiXX_Cell_Pack_Matcher" target="_blank" rel="noopener">Git</a>
|
||||
·
|
||||
Based on research by
|
||||
<a href="https://doi.org/10.1016/j.jpowsour.2013.11.064" target="_blank" rel="noopener">Wang et al., 2013</a>
|
||||
<a href="https://doi.org/10.1016/j.jpowsour.2013.11.064" target="_blank" rel="noopener">Wang et al.,
|
||||
2013</a>
|
||||
</p>
|
||||
<p class="disclaimer">
|
||||
This tool is for educational purposes. Always consult professional guidance for battery pack assembly.
|
||||
|
||||
Reference in New Issue
Block a user