forked from enviPath/enviPy
[Feature] Show Multi Gen Eval + Batch Prediction (#267)
Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#267
This commit is contained in:
@ -210,6 +210,27 @@
|
||||
step="0.05"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="form-control mb-3">
|
||||
<label
|
||||
class="label"
|
||||
for="model-based-prediction-setting-expansion-scheme"
|
||||
>
|
||||
<span class="label-text">Select Expansion Scheme</span>
|
||||
</label>
|
||||
<select
|
||||
id="model-based-prediction-setting-expansion-scheme"
|
||||
name="model-based-prediction-setting-expansion-scheme"
|
||||
class="select select-bordered w-full"
|
||||
>
|
||||
<option value="" disabled selected>
|
||||
Select the Expansion Scheme
|
||||
</option>
|
||||
<option value="BFS">Breadth First Search</option>
|
||||
<option value="DFS">Depth First Search</option>
|
||||
<option value="GREEDY">Greedy</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-control">
|
||||
|
||||
Reference in New Issue
Block a user