summaryrefslogtreecommitdiffstats
path: root/nlpsolver
Commit message (Expand)AuthorAgeFilesLines
* cid#1489772 UR: Uninitialized read of field in constructorCaolán McNamara2021-08-063-13/+6
* The null pointer bug should be fixed now.Todor Balabanov2021-08-025-27/+24
* AbsGTBehavior should implement ILibEngineJulien Nabet2021-07-192-3/+3
* nlpsolver: DEPSAgent doesn't implement ILibEngineJulien Nabet2021-07-181-1/+1
* Revert "Some lower objects coupling."Noel Grandin2021-07-182-14/+23
* Some lower objects coupling.Todor Balabanov2021-07-172-23/+14
* Object initialization is done via a constructor with parameters.Todor Balabanov2021-07-132-22/+19
* cid#1487032 NP: Null pointer dereferenceCaolán McNamara2021-07-121-0/+11
* Polymorphism is a better approach when there are chains of inheritance.Todor Balabanov2021-07-084-12/+8
* Global optimization metaheuristics sometimes are sensitive to the quality of ...Todor Balabanov2021-06-212-0/+6
* It is a good practice single source of random numbers to be used.Todor Balabanov2021-06-204-6/+32
* A separate function for getting a random search point is a little bit clearer.Todor Balabanov2021-06-172-1/+5
* Fewer array reference calls make the code more readable and more efficient.Todor Balabanov2021-06-151-16/+24
* clean up some Java warningsNoel Grandin2021-05-031-0/+1
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-3/+6
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* value and targetValue cannot be null at this pointNoel Grandin2020-09-251-8/+6
* Related tdf#135211: return early if no dataJulien Nabet2020-07-283-0/+13
* Typo: Swam->SwarmJulien Nabet2020-07-281-1/+1
* Move all public Java classes to libreoffice.jarSamuel Mehrbrodt2020-05-061-2/+1
* tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt2020-02-041-2/+0
* Fixing '....'Andrea Gelmini2019-09-061-1/+1
* Fix typosAndrea Gelmini2019-07-271-1/+1
* Checking of min and max factor value was added.Todor Balabanov2019-06-031-2/+2
* Range for DE scaling factor was implemented.Todor Balabanov2019-06-033-6/+13
* Some additional manual formatting.Todor Balabanov2019-05-1713-55/+74
* nlpsolver: This is considered internal codeSamuel Mehrbrodt2019-05-131-0/+3
* Formatting - Eclipse IDE Java Conventions with spaces for indentation.Todor Balabanov2019-05-1221-275/+254
* Generate behavior code simplification and very small speed-up.Todor Balabanov2019-05-121-13/+48
* Import of each class is better practice than import of entire library.Todor Balabanov2019-05-1011-45/+50
* Fisher-Yates shuffling algorithm achieves much better randomization.Todor Balabanov2019-05-011-27/+19
* Random class is better than Math random function.Todor Balabanov2019-05-011-3/+8
* Math pow is too slow in this case.Todor Balabanov2019-05-011-1/+1
* tdf#43388: add missing info for Evolutionary Algorithm SolverJulien Nabet2018-06-261-0/+6
* Fix typosAndrea Gelmini2018-01-271-2/+2
* TyposJulien Nabet2017-02-031-1/+1
* tdf#104268 NLPSolver: Improve display of solutionLaurent Balland-Poirier2016-12-121-1/+1
* tdf#103622 do not use arrow as separator of menu commandsStanislav Horacek2016-11-061-1/+1
* coverity#1326449 Dereference null return valueCaolán McNamara2016-01-211-12/+8
* Fix typosAndrea Gelmini2016-01-101-2/+2
* coverity#1327027 SIC: Inner class could be made staticCaolán McNamara2015-11-041-1/+1
* More plausible fixStephan Bergmann2015-10-211-2/+4
* coverity#1326260 Explicit null dereferencedCaolán McNamara2015-10-151-1/+1
* cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin2015-10-152-2/+2
* cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiomNoel Grandin2015-10-141-1/+1
* Fix typosAndrea Gelmini2015-10-011-1/+1
* Fix typosAndrea Gelmini2015-10-013-3/+3
* Fix typosAndrea Gelmini2015-09-181-1/+1
* Fix typosAndrea Gelmini2015-06-301-1/+1
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-1/+1