You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ Project features:
18
18
Live Data meanings:
19
19
- Best Fit: The most points scored by an agent of the previous generation
20
20
- Gen. No: The number of generations
21
-
- Instruction Size: The length of the instruction array used by the agents that gradually expands
21
+
- Population Size: Number of agents in the population
22
+
- Instruction Size: The length of the instruction array used by the agents. Gradually expands as training continues
22
23
- Last Increase Points: The maximum points scored by an agent at the previous Instruction array expansion. Serves as a benchmark and controlls the roll-back system, advanced mutation system and stops Instruction increase in case of failure to pass the benchmark.
0 commit comments