Simplex Data
constructor(originalPoint: DoubleArray, fractionalParts: DoubleArray, sortedFractionIndices: IntArray, sortedFractions: List<Double>, vertices: List<DoubleArray>, weights: DoubleArray)(source)
Parameters
original Point
the point that started the simplex
fractional Parts
the fractional parts of the original point
sorted Fraction Indices
the indices of the sorted fractions
sorted Fractions
the fractional parts sorted
vertices
the vertices that make up the simplex
weights
the weights of the vertices