mirror of
https://github.com/apache/commons-math.git
synced 2025-02-10 12:06:01 +00:00
Class "Simplex" supersedes "AbstractSimplex" whose subclasses are replaced by implementations of the "Simplex.TransformFactory" interface. The new classes are immutable. Test suite has been updated. It tries to assess correctness through randomization; however some standard optimization problems entail systematic failures that were previously hidden through using fixed seeds. [The corresponding unit tests are skipped, and further work is needed in order to find out whether those problems are too hard for the algorithm or the issue lies elsewhere.]