I just started using Java for building models doing some analysis on PV modules. I am currently writing a class for a PV module, single diode model. I need to use a few points of data such as 'f(current)=voltage' to be able to find all the factors in the equation. Excel does have this function, called 'optimization with the Excel Solver tool'. Is there any good library highly recommended for this function? I have tried 'Choco solver' however it does not support many mathematics function for the constraint. e.g it does not allow you to use a/b, when a or b is a double.
I would be really grateful if anyone could give me a hand on this.