Hi.
>
> I would like to add the following method to BOBYQA:
>
> /**
> *
> * @return the number of interpolation points
> */
> public int getNumberOfInterpolationPoints(){
> return this.numberOfInterpolationPoints;
> }
>
> Any objections?
I think that, before adding/changing the interface to this code, we should
hold discussion on the general API for optimizers with (simple) contraints
("BOBYQA" is the first of this kind to be introduced in CM).
However, I'd really like that "BOBYQAOptimizer.java" be cleaned up first.
The biggest task is to get rid of the "goto"s (disguised as "switch").
[Please see the issue page.]
Regards,
Gilles
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]