Apache Epsilon
> On Feb 1, 2016, at 12:06 PM, Phil Steitz wrote:
>
> Please select your top choice among the following suggested names
> for the new [math]-based TLP. All are welcome and encouraged to
> respond. This POLL will be open for 72 hours, at which time two
> tallies will be presente
Issue MATH-1009 was closed as resolved in version 3.3.
The issue raised was about the fact that the PolynomialFitter (now
PolynomialCurveFitter) does the curve fit with non-linear regression (and
requires initial guess and number of iterations).
I can’t think of any reason why a polynomial cur
> On Oct 8, 2015, at 12:45 PM, Eric Barnhill wrote:
>
> Dear commons-math.complex maintainers,
>
> I would like to add a static method to the Complex class that would work as
> follows:
>
> double[] d = Complex.getInterleaved(Complex[] c);
>
> It would export the data from a Complex[] as a do
The CMAESOptimizer repairs points that are out of bounds by moving them into
bounds, and adding a penalty based on how far they were moved.
The penalty added is scaled by the range of values in the current population
(valueRange field in code below).
double[] x, final double[] repaired) {