File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -156,12 +156,10 @@ Notes 20211116
156
156
* Design Pattern : Visitor (or similar : Strategy / Command) to filter on some criteria
157
157
* Criteria to be defined : what is exactly attempted ?
158
158
* ...
159
-
160
159
* Ideas of Criterias :
161
160
* Number of cycles for "life" ;
162
161
* Significant (?) metabolic changes (from step to step or among a defined number of steps) ;
163
162
* ...
164
-
165
163
* Ranking / notations :
166
164
* Criteria give an amount of score / notation ;
167
165
* Eliminatory Criteria ? (very bad note ?! Annotation ?!)
@@ -170,7 +168,14 @@ Notes 20211116
170
168
* Group / All / Some Random ? ;
171
169
* Double Processing (or more ?) ;
172
170
* ...
173
- * TEST WITH : 'Witness Indicators' (hard-coded features which correspond to the attempted behaviour)
171
+ * TEST WITH : 'Witness Indicators' (hard-coded features which correspond to the attempted behaviour)
172
+
173
+ Notes 20220307
174
+ * To go further : use Graphical Interface done in Java Swing ;
175
+ * Preparing indicators ;
176
+ * Preparing other examples (Procedural Generation and Computer Ecosystem) ;
177
+ * Others Agent Modelling Systems ? ;
178
+ * ...
174
179
175
180
...
176
181
You can’t perform that action at this time.
0 commit comments