Changeset 994 for cpp/frams/_demos
- Timestamp:
- 07/09/20 13:51:28 (5 years ago)
- Location:
- cpp/frams/_demos
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/genoconv_test.cpp
r975 r994 166 166 167 167 // arguments: 168 // genotype (or - meaning "read from stdin") [default: X ]168 // genotype (or - meaning "read from stdin") [default: X, but try "/*shapes*/ball,cube,cylinder,cube"] 169 169 // target format [default: 0] 170 170 // "checkpoints" (just write this exact word) [default: not using checkpoints] -
cpp/frams/_demos/genooper_test.cpp
r973 r994 18 18 } 19 19 20 /* Demonstrates various genetic operators applied to a sample genotype. See also oper_fx.cpp. */20 /* Demonstrates various genetic operators applied to a sample genotype. See also genooperators.cpp/h. */ 21 21 int main(int argc, char *argv[]) 22 22 { -
cpp/frams/_demos/loader_test_param.cpp
r745 r994 112 112 113 113 case MultiParamLoader::OnError: 114 fprintf(stderr, "Error: %s ", loader.getError().c_str());114 fprintf(stderr, "Error: %s\n", loader.getError().c_str()); 115 115 } 116 116 }
Note: See TracChangeset
for help on using the changeset viewer.