loda-lang / loda-cpp

Runtime and miner for the LODA language written in C++
https://loda-lang.org/
Apache License 2.0
21 stars 1 forks source link

Increase num minimization terms #283

Open ckrause opened 1 year ago

ckrause commented 1 year ago

We currently use the same number of terms as min number and number of minimization terms. Is it possible to introduce a new constant for the number of minimization terms and to increase it to 100 or 120? This would help to avoid false optimizations of programs for decimal expansions.