summaryrefslogtreecommitdiff
path: root/nlpsolver
AgeCommit message (Expand)AuthorFilesLines
2021-06-17A separate function for getting a random search point is a little bit clearer.Todor Balabanov2-1/+5
2021-06-15Fewer array reference calls make the code more readable and more efficient.Todor Balabanov1-16/+24
2021-05-03clean up some Java warningsNoel Grandin1-0/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-3/+6
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2020-09-25value and targetValue cannot be null at this pointNoel Grandin1-8/+6
2020-07-28Related tdf#135211: return early if no dataJulien Nabet3-0/+13
2020-07-28Typo: Swam->SwarmJulien Nabet1-1/+1
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt1-2/+1
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt1-2/+0
2019-09-06Fixing '....'Andrea Gelmini1-1/+1
2019-07-27Fix typosAndrea Gelmini1-1/+1
2019-06-03Checking of min and max factor value was added.Todor Balabanov1-2/+2
2019-06-03Range for DE scaling factor was implemented.Todor Balabanov3-6/+13
2019-05-17Some additional manual formatting.Todor Balabanov13-55/+74
2019-05-13nlpsolver: This is considered internal codeSamuel Mehrbrodt1-0/+3
2019-05-12Formatting - Eclipse IDE Java Conventions with spaces for indentation.Todor Balabanov21-275/+254
2019-05-12Generate behavior code simplification and very small speed-up.Todor Balabanov1-13/+48
2019-05-10Import of each class is better practice than import of entire library.Todor Balabanov11-45/+50
2019-05-01Fisher-Yates shuffling algorithm achieves much better randomization.Todor Balabanov1-27/+19
2019-05-01Random class is better than Math random function.Todor Balabanov1-3/+8
2019-05-01Math pow is too slow in this case.Todor Balabanov1-1/+1
2018-06-26tdf#43388: add missing info for Evolutionary Algorithm SolverJulien Nabet1-0/+6
2018-01-27Fix typosAndrea Gelmini1-2/+2
2017-02-03TyposJulien Nabet1-1/+1
2016-12-12tdf#104268 NLPSolver: Improve display of solutionLaurent Balland-Poirier1-1/+1
2016-11-06tdf#103622 do not use arrow as separator of menu commandsStanislav Horacek1-1/+1
2016-01-21coverity#1326449 Dereference null return valueCaolán McNamara1-12/+8
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-11-04coverity#1327027 SIC: Inner class could be made staticCaolán McNamara1-1/+1
2015-10-21More plausible fixStephan Bergmann1-2/+4
2015-10-15coverity#1326260 Explicit null dereferencedCaolán McNamara1-1/+1
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin2-2/+2
2015-10-14cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiomNoel Grandin1-1/+1
2015-10-01Fix typosAndrea Gelmini1-1/+1
2015-10-01Fix typosAndrea Gelmini3-3/+3
2015-09-18Fix typosAndrea Gelmini1-1/+1
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-3/+3
2015-02-17tdf#87074 null-ref error from NLPSolver in BasicLeMoyne Castle3-17/+13
2015-01-05java: remove dead codeNoel Grandin19-664/+0
2014-12-19java: nlpsolver: getPropertyByName was checking the wrong datastructureNoel Grandin1-1/+1
2014-12-11java: reduce visibility of fields and methodsNoel Grandin1-2/+2
2014-12-05java: remove some unused local variablesNoel Grandin1-1/+0
2014-12-05java: remove some unused fieldsNoel Grandin1-20/+15
2014-11-25java: final fields that can be staticNoel Grandin4-10/+10
2014-11-18java: make fields final where possibleNoel Grandin11-48/+48
2014-11-18java: fix some javadoc errorsNoel Grandin30-65/+41
2014-11-12java: convert fields to local variables where possibleNoel Grandin7-68/+40