5c299f0112
pass in SearchPoint to initialize pbest_t before it is then passed to setMemPoints setMemPoints sets the pbest_t variable of AbsGTBehavior so calling setPbest on AbsGTBehavior subclasses after calling that doesn't do anything so drop it, and then DEPSAgent.setPbest isn't needed anymore Change-Id: Id4fdc770cefc0f801218dc9bf51a6dc5b1e25d5a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120115 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> |
||
---|---|---|
.. | ||
help/en/com.sun.star.comp.Calc.NLPSolver | ||
src | ||
ThirdParty/EvolutionarySolver/src/net/adaptivebox | ||
Extension_nlpsolver.mk | ||
Jar_EvolutionarySolver.mk | ||
Jar_nlpsolver.mk | ||
Makefile | ||
Module_nlpsolver.mk | ||
README.md |
New Linear Programming Solver (nlpsolver)
This extension integrates into LibreOffice Calc and offers new Solver engines to use for optimizing nonlinear programming models.
As there is no known upstream source for nlpsolver/ThirdParty/EvolutionarySolver
,
the code is considered internal and can be modified like any other internal code.