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

Reply via email to