summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-08-18 16:16:00 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-08-18 16:16:00 +0200
commit8bc48f653ea023300e7ea55e5b7566d97379bd00 (patch)
tree5e8061217999fa84bbda5b63108192b8ebd8d77a
parenta723a0794fbf1016ad67a6fa79eddef28844635e (diff)
Version 24.2.6.1, tag libreoffice-24.2.6.1 libreoffice-24.2.6.1
Change-Id: I059249cc78cf17ae7a8e683c2e1a13f009affa76
0 files changed, 0 insertions, 0 deletions
deshow_onlySprites LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/nlpsolver
AgeCommit message (Expand)Author
2022-12-19Fix title for nlpsolver/README.mdHossein
2022-07-05Related tdf#137145 tdf#137569 Capitalization + punctuation fixesAdolfo Jayme Barrientos
2021-08-06cid#1489772 UR: Uninitialized read of field in constructorCaolán McNamara
2021-08-02The null pointer bug should be fixed now.Todor Balabanov
2021-07-19AbsGTBehavior 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-21Global optimization metaheuristics sometimes are sensitive to the quality of ...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
2021-05-03clean up some Java warningsNoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
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