Skip to contents

Properly estimate AHG values

Usage

ahg_estimate(
  df,
  allowance = 0.05,
  gen = 192,
  pop = 200,
  cprob = 0.4,
  mprob = 0.4,
  times = 1,
  scale = 1.5,
  full_fitting = FALSE,
  verbose = FALSE
)

Arguments

df

hydraulic data.frame with columns named (Q, V, TW, Y). Q and at least one other are required.

allowance

allowed deviation from continuity

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

scale

should a scale factor be applied to data pre NSGA-2 fitting

full_fitting

should all fits be returned?

verbose

should messages be emitted?

Value

list

See also