summaryrefslogtreecommitdiff
path: root/nlpsolver/src
AgeCommit message (Expand)AuthorFilesLines
2021-08-06cid#1489772 UR: Uninitialized read of field in constructorCaolán McNamara1-2/+3
2021-08-02The null pointer bug should be fixed now.Todor Balabanov1-1/+4
2021-07-18Revert "Some lower objects coupling."Noel Grandin1-3/+1
2021-07-17Some lower objects coupling.Todor Balabanov1-1/+3
2021-07-13Object initialization is done via a constructor with parameters.Todor Balabanov1-10/+2
2021-06-21Global optimization metaheuristics sometimes are sensitive to the quality of ...Todor Balabanov2-0/+6
2021-05-03clean up some Java warningsNoel Grandin1-0/+1
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
2019-09-06Fixing '....'Andrea 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 Balabanov2-4/+8
2018-06-26tdf#43388: add missing info for Evolutionary Algorithm SolverJulien Nabet1-0/+6
2016-12-12tdf#104268 NLPSolver: Improve display of solutionLaurent Balland-Poirier1-1/+1
2016-01-21coverity#1326449 Dereference null return valueCaolán McNamara1-12/+8
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-09-18Fix typosAndrea Gelmini1-1/+1
2015-02-17tdf#87074 null-ref error from NLPSolver in BasicLeMoyne Castle3-17/+13
2015-01-05java: remove dead codeNoel Grandin2-42/+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-11-18java: make fields final where possibleNoel Grandin3-29/+29
2014-11-12java: convert fields to local variables where possibleNoel Grandin6-63/+38
2014-10-17java: final fields that can be staticNoel Grandin1-1/+1
2014-08-20java: remove modifiers implied by the contextNoel Grandin1-14/+14
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2-5/+5
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin3-3/+3
2014-08-19java: remove unused methodsNoel Grandin1-16/+0
2014-08-13java: remove dead methodsNoel Grandin2-13/+3
2014-08-13java: remove unused enum valuesNoel Grandin3-50/+1
2014-08-13java: remove unused fieldsNoel Grandin1-3/+1
2014-08-13java: reduce scope, make some methods privateNoel Grandin2-9/+9
2014-08-13java: reduce scope, make member classes privateNoel Grandin2-3/+3
2014-08-13java: reduce scope, make fields privateNoel Grandin4-29/+29
2014-08-13java: reduce scope, make constructors privateNoel Grandin3-5/+5
2014-04-27fdo#78004 fix string formattingAlex Gulyás1-1/+1
2014-02-26Remove trailing whitespace from nlpsolverAlexander Wilms11-54/+54
2014-01-08Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann1-3/+3
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin1-7/+8
2013-05-06remove some unnecessary castsNoel Grandin1-5/+4
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+5
2013-04-19Java cleanup, remove unnecessary castsNoel Grandin7-34/+34
2012-10-23gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl1-0/+0
2012-09-27fdo#51304: Remove @author and more commented codeMarcos Paulo de Souza14-52/+1
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin1-1/+0