Last change
on this file since 1315 was
944,
checked in by Maciej Komosinski, 4 years ago
|
Loads genotypes properly using Framsticks SDK methods instead of ad-hoc js parsing
|
File size:
961 bytes
|
Rev | Line | |
---|
[865] | 1 | #include <frams/genetics/defgenoconv.h> |
---|
| 2 | #include <frams/model/model.h> |
---|
| 3 | #include <frams/model/modelparts.h> |
---|
| 4 | #include <frams/util/multimap.h> |
---|
| 5 | #include <frams/util/multirange.h> |
---|
| 6 | #include <frams/genetics/geno.h> |
---|
| 7 | #include <frams/genetics/genman.h> |
---|
| 8 | #include <frams/genetics/preconfigured.h> |
---|
| 9 | #include <frams/canvas/nn_layout_model.h> |
---|
| 10 | #include <frams/genetics/genooperators.h> |
---|
| 11 | #include <frams/genetics/fH/fH_oper.h> |
---|
| 12 | #include <frams/genetics/fB/fB_oper.h> |
---|
| 13 | #include <frams/genetics/fL/fL_oper.h> |
---|
| 14 | #include <frams/genetics/f4/f4_oper.h> |
---|
| 15 | #include <frams/genetics/f9/f9_oper.h> |
---|
| 16 | #include <frams/genetics/fF/fF_oper.h> |
---|
| 17 | #include <common/loggers/loggers.h> |
---|
[919] | 18 | #include <common/loggers/loggertostdout.h> |
---|
[944] | 19 | #include <common/virtfile/stringfile.h> |
---|
[865] | 20 | #include <frams/param/param.h> |
---|
| 21 | #include <frams/param/paramtree.h> |
---|
| 22 | #include <frams/param/mutableparam.h> |
---|
| 23 | #include <frams/_demos/genotypemini.h> |
---|
[944] | 24 | #include <frams/_demos/genotypeloader.h> |
---|
[865] | 25 | #include "js_types.h" |
---|
| 26 | #include "js_interface_impl.cpp" |
---|
Note: See
TracBrowser
for help on using the repository browser.