summaryrefslogtreecommitdiff
path: root/svl/Makefile
blob: ccb1c85a04da1561bdd303802e54abac8b052084 (plain)
1
2
3
4
5
6
7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
9AbsGTBehavior should implement ILibEngineJulien Nabet 2021-07-18nlpsolver: DEPSAgent doesn't implement ILibEngineJulien Nabet 2021-07-18Revert "Some lower objects coupling."Noel Grandin 2021-07-17Some lower objects coupling.Todor Balabanov 2021-07-13Object initialization is done via a constructor with parameters.Todor Balabanov 2021-07-12cid#1487032 NP: Null pointer dereferenceCaolán McNamara 2021-07-08Polymorphism is a better approach when there are chains of inheritance.Todor Balabanov 2021-06-20It is a good practice single source of random numbers to be used.Todor Balabanov 2021-06-17A separate function for getting a random search point is a little bit clearer.Todor Balabanov 2021-06-15Fewer array reference calls make the code more readable and more efficient.Todor Balabanov 2019-07-27Fix typosAndrea Gelmini 2019-06-03Range for DE scaling factor was implemented.Todor Balabanov 2019-05-17Some additional manual formatting.Todor Balabanov 2019-05-12Formatting - Eclipse IDE Java Conventions with spaces for indentation.Todor Balabanov 2019-05-12Generate behavior code simplification and very small speed-up.Todor Balabanov 2019-05-10Import of each class is better practice than import of entire library.Todor Balabanov 2019-05-01Fisher-Yates shuffling algorithm achieves much better randomization.Todor Balabanov 2019-05-01Random class is better than Math random function.Todor Balabanov 2019-05-01Math pow is too slow in this case.Todor Balabanov 2018-01-27Fix typosAndrea Gelmini 2017-02-03TyposJulien Nabet 2016-01-10Fix typosAndrea Gelmini 2015-10-14cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiomNoel Grandin 2015-10-01Fix typosAndrea Gelmini 2015-10-01Fix typosAndrea Gelmini