java - How to get function's min/max on spesific interval with apache-common-maths -
i can't find word looking function extrema (max/min) in apache-commons-math userguide.
how find function min/max of apache-commons-math?
p.s. @ least polynomial function
a quick , easy approach have function cost function, pick 1 of optimization routines takes bounds, use bounds restrict search range. optimize
Comments
Post a Comment