Re: BOBYQA Method

2011-09-29 Thread Greg Sterijevski
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 n

Re: BOBYQA Method

2011-09-29 Thread Gilles Sadowski
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

BOBYQA Method

2011-09-29 Thread Greg Sterijevski
Hello All, I would like to add the following method to BOBYQA: /** * * @return the number of interpolation points */ public int getNumberOfInterpolationPoints(){ return this.numberOfInterpolationPoints; } Any objections? -Greg