summaryrefslogtreecommitdiff
path: root/sccomp/Module_sccomp.mk
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2017-11-06 00:54:25 +0100
committerTomaž Vajngerl <quikee@gmail.com>2017-11-18 01:16:20 +0100
commit08404bbb90a8978b70698ef057a4a46ad4fceae3 (patch)
tree035b124578957f69e31966263002e1751b1d45f0 /sccomp/Module_sccomp.mk
parent257f62bb18aa745b50414b955ab285a04a7cfa41 (diff)
Swarm based (uses PSO or DE) experimental non-linear solver
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>
Diffstat (limited to 'sccomp/Module_sccomp.mk')
-rw-r--r--sccomp/Module_sccomp.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sccomp/Module_sccomp.mk b/sccomp/Module_sccomp.mk
index 318e9d69f484..97b0c2fe356f 100644
--- a/sccomp/Module_sccomp.mk
+++ b/sccomp/Module_sccomp.mk
@@ -29,6 +29,7 @@ $(eval $(call gb_Module_add_l10n_targets,sccomp,\
$(eval $(call gb_Module_add_check_targets,sccomp,\
CppunitTest_sccomp_solver \
+ CppunitTest_sccomp_swarmsolvertest \
))
# vim: set noet sw=4 ts=4: