Ignore:
Timestamp:
06/21/18 02:30:37 (6 years ago)
Author:
Maciej Komosinski
Message:

New option for mutation in numerical encoding fn: mutate all variables instead of one, randomly selected variable
New option for crossover in numerical encoding fn: the amount of linear mix can be random, not only fixed by user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fn/fn_oper.h

    r779 r808  
    2121
    2222        double xover_proportion;
     23        int xover_proportion_random, mut_single_var;
    2324        SString mut_bound_low, mut_bound_high, mut_stddev;
    2425};
Note: See TracChangeset for help on using the changeset viewer.