Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions static/blockDefinition/normalBlocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export const blockDefinitions = [
],
previousStatement: null,
nextStatement: null,
style: "pop_blocks",
style: "indiv_blocks",
tooltip: "Adds an individual to a population.",
helpUrl: "",
},
Expand Down Expand Up @@ -377,7 +377,7 @@ export const blockDefinitions = [
},
],
output: "Individual",
style: "pop_blocks",
style: "indiv_blocks",
tooltip:
"Selects an individual from a population based on given selection strategy.",
helpUrl: "",
Expand Down Expand Up @@ -573,7 +573,7 @@ export const blockDefinitions = [
],
inputsInline: false,
output: "Individual",
style: "pop_blocks",
style: "indiv_blocks",
tooltip:
"Selects the best individuals from a population using the given 'fitness'-function.",
helpUrl: "",
Expand Down
6 changes: 3 additions & 3 deletions static/workspace.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,15 +342,12 @@ <h3 class="display-5" id="workspace-title">Untitled</h3>
</block>
</value>
</block>
<block type="ea_select_parent"></block>
<block type="ea_select_best"></block>
<block type="check_fitness"></block>

<label text="Manipulation"></label>
<block type="ea_addtopopulation"></block>
<block type="lists_sort"></block>
<block type="lists_concat"></block>
<block type="lists_append"></block>
<block type="lists_setIndex">
<value name="LIST">
<block type="variables_get_population">
Expand Down Expand Up @@ -380,6 +377,9 @@ <h3 class="display-5" id="workspace-title">Untitled</h3>
<block type="individual_init_constant"></block>

<label text="Queries"></label>
<block type="lists_append"></block>
<block type="ea_select_best"></block>
<block type="ea_select_parent"></block>

<label text="Manipulation"></label>
<block type="ea_copy"></block>
Expand Down