summaryrefslogtreecommitdiff
path: root/nlpsolver
AgeCommit message (Expand)Author
2020-09-25value and targetValue cannot be null at this pointNoel Grandin
2020-07-28Related tdf#135211: return early if no dataJulien Nabet
2020-07-28Typo: Swam->SwarmJulien Nabet
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2019-09-06Fixing '....'Andrea Gelmini
2019-07-27Fix typosAndrea Gelmini
2019-06-03Checking of min and max factor value was added.Todor Balabanov
2019-06-03Range for DE scaling factor was implemented.Todor Balabanov
2019-05-17Some additional manual formatting.Todor Balabanov
2019-05-13nlpsolver: This is considered internal codeSamuel Mehrbrodt
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-06-26tdf#43388: add missing info for Evolutionary Algorithm SolverJulien Nabet
2018-01-27Fix typosAndrea Gelmini
2017-02-03TyposJulien Nabet
2016-12-12tdf#104268 NLPSolver: Improve display of solutionLaurent Balland-Poirier
2016-11-06tdf#103622 do not use arrow as separator of menu commandsStanislav Horacek
2016-01-21coverity#1326449 Dereference null return valueCaolán McNamara
2016-01-10Fix typosAndrea Gelmini
2015-11-04coverity#1327027 SIC: Inner class could be made staticCaolán McNamara
2015-10-21More plausible fixStephan Bergmann
2015-10-15coverity#1326260 Explicit null dereferencedCaolán McNamara
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-10-14cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiomNoel Grandin
2015-10-01Fix typosAndrea Gelmini
2015-10-01Fix typosAndrea Gelmini
2015-09-18Fix typosAndrea Gelmini
2015-06-30Fix typosAndrea Gelmini
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-17tdf#87074 null-ref error from NLPSolver in BasicLeMoyne Castle
2015-01-05java: remove dead codeNoel Grandin
2014-12-19java: nlpsolver: getPropertyByName was checking the wrong datastructureNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-05java: remove some unused local variablesNoel Grandin
2014-12-05java: remove some unused fieldsNoel Grandin
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-18java: fix some javadoc errorsNoel Grandin
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-11-12java: reduce excessive code indentation levelsNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-13nlpsolver: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch
2014-09-02nlpsolver: fix javadoc error: bad use of '>'rbuj