Skip to content
Snippets Groups Projects
Commit 184b4790 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Introduce model minimization/maximization

- Measure is provided by an user-defined expression of BigInt type
  (e.g. List.size)

- Search for min/max lazily enumerates intermediate models. Users of the
  enumerator may wish to skip them using `.last`, and/or bound the
  search using `.take(N)`.

- Discovery of upper&lower bounds is done with pseudo-exponential
  progression from initial model. Bisection method is then used to
  zero-in on the min/max.
parent 8346494c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment