Calculate NSGA2 AHG
Usage
calc_nsga(
df,
allowance = 0.05,
r,
scale = 2,
gen = 96,
pop = 500,
cprob = 0.8,
mprob = 0.05,
times = 1
)
Arguments
- df
hydraulic data.frame
- allowance
allowable deviation from continuity
- r
fit list
- scale
should a scale factor be applied to data pre NSGA-2 fitting
- gen
Number of generations to breed.
- pop
Size of population
- cprob
Crossover probability
- mprob
Mutation probability
- times
how many times (seeds) should nsga2 be run
See also
Other AHG:
ahg_estimate()
,
best_optimal()
,
compute_ahg()
,
min_max()
,
mismash()