summaryrefslogtreecommitdiff
path: root/sccomp/CppunitTest_sccomp_swarmsolvertest.mk
AgeCommit message (Collapse)Author
2017-11-20Make CppunitTest name consistent with file nameStephan Bergmann
Change-Id: Ice44f10673d127b1f1c7f701ec2d7905eab7029e
2017-11-18Swarm based (uses PSO or DE) experimental non-linear solverTomaž Vajngerl
This is a new, simple non-linear solver that uses a swarm (population) to do global optimization. It uses two algoritms - Particle Swarm Optimization (PSO) or Differential Evolution (DE) to find a (non-optimal) solution. It is experimental as not all functions are implemented and it needs a lot more testing so that it performs well. Change-Id: If55dad7eda17394851a9d178ad892de771eca7c9 Reviewed-on: https://gerrit.libreoffice.org/44382 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>