Changeset 762 for cpp/frams/genetics/fn/oper_fn.h
- Timestamp:
- 03/28/18 02:27:39 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fn/oper_fn.h
r752 r762 18 18 int crossOver(char *&g1, char *&g2, float& chg1, float& chg2); 19 19 uint32_t style(const char *g, int pos); 20 const char* getSimplest() { return "[0.0 ]"; }20 const char* getSimplest() { return "[0.0, 0.0]"; } //should actually correspond in length to vectors in mut_bound_low, mut_bound_high, mut_stddev 21 21 22 22 double xover_proportion;
Note: See TracChangeset
for help on using the changeset viewer.