AbstractPhil commited on
Commit
57951ef
·
verified ·
1 Parent(s): 571296c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -169,6 +169,41 @@ DONE
169
 
170
  Lets make some inbred mutants and see how they behave.
171
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
172
  ---------------------------------------------------------------------------------------------------
173
  # Large Experimental Conclusion 1:
174
 
 
169
 
170
  Lets make some inbred mutants and see how they behave.
171
 
172
+
173
+ ```
174
+ =================================================================
175
+ EVOLUTION SUMMARY
176
+ =================================================================
177
+
178
+ Model Gen v_acc cv poly curve star struct
179
+ -------------------------------------------------------
180
+ F0_geo 0 0.663 1.8428 0.36 1.00 0.75 0.72
181
+ F0_raw 0 0.586 1.2137 0.48 0.29 0.91 0.64
182
+ F1_new 1 0.690 0.0000 0.00 0.00 0.00 0.00
183
+ G1_0 1 0.746 0.5866 0.50 0.99 0.93 0.74
184
+ G1_1 1 0.749 0.4433 0.49 1.00 0.95 0.74
185
+ G1_2 1 0.761 0.2822 0.49 1.00 0.99 0.75
186
+ F2_new 2 0.699 0.0000 0.00 0.00 0.00 0.00
187
+ G2_0 2 0.750 0.4110 0.49 0.99 0.94 0.75
188
+ G2_1 2 0.751 0.4170 0.49 0.95 0.97 0.76
189
+ G2_2 2 0.766 0.3079 0.54 0.98 0.96 0.75
190
+ G2_3 2 0.764 0.3613 0.55 0.98 0.97 0.73
191
+ FINAL 3 0.764 0.2954 0.55 1.00 0.96 0.73
192
+
193
+ Per-generation averages:
194
+ Gen 0: mean_acc=0.625 best=0.663 n=2
195
+ Gen 1: mean_acc=0.737 best=0.761 n=4
196
+ Gen 2: mean_acc=0.746 best=0.766 n=5
197
+ Gen 3: mean_acc=0.764 best=0.764 n=1
198
+
199
+ Consensus CV progression: G1=0.1258 → G2=0.1031 → G3=0.1456
200
+ ```
201
+
202
+ Turns out this is a bit more selective and a bit less jitter than something like genetic inheritance.
203
+
204
+ Not only that, but it's actually not bad.
205
+
206
+
207
  ---------------------------------------------------------------------------------------------------
208
  # Large Experimental Conclusion 1:
209