Okay. As per your other email, I was not aware that the code was in flux.

Thanks,

-Greg

On Thu, Sep 29, 2011 at 6:16 PM, Gilles Sadowski <
gil...@harfang.homelinux.org> wrote:

> 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: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

Reply via email to