core.git: nlpsolver/src

2024-04-29 Thread Todor Balabanov (via logerrit)
nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseEvolutionarySolver.java | 8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 763149e2f48766427e0962058ad812b07caf1e07 Author: Todor Balabanov AuthorDate: Sun Apr 28 12:14:40 2024 +0300 Commit: Caolán

[Libreoffice-commits] core.git: nlpsolver/src nlpsolver/ThirdParty

2021-08-01 Thread Todor Balabanov (via logerrit)
: commit 559b342a62901754222723ee522f5ae80e4d40f5 Author: Todor Balabanov AuthorDate: Tue Jul 27 20:13:32 2021 +0300 Commit: Noel Grandin CommitDate: Mon Aug 2 08:41:14 2021 +0200 The null pointer bug should be fixed now. Change-Id: I8278bfed8170907a958396839d0997fc127f4b2e

[Libreoffice-commits] core.git: nlpsolver/src nlpsolver/ThirdParty

2021-07-17 Thread Todor Balabanov (via logerrit)
7b93bae224c7c2c49b105ef97304bb46f8b68da5 Author: Todor Balabanov AuthorDate: Sat Jul 17 18:27:27 2021 +0300 Commit: Noel Grandin CommitDate: Sat Jul 17 22:22:17 2021 +0200 Some lower objects coupling. Change-Id: I0a7c658d830f82d627d20b9ed7000f3c5b8f1f89 Reviewed-on: https://gerrit.libreoffice.org/c/core

[Libreoffice-commits] core.git: nlpsolver/src nlpsolver/ThirdParty

2021-07-13 Thread Todor Balabanov (via logerrit)
a71caa79c8eb09ff0374cdaf4b081ba42d1330a1 Author: Todor Balabanov AuthorDate: Mon Jul 12 19:13:32 2021 +0300 Commit: Noel Grandin CommitDate: Tue Jul 13 09:57:41 2021 +0200 Object initialization is done via a constructor with parameters. Change-Id: I66e87f7c898efb1f2c6b1d31fbd5654244e3ea82 Reviewed-on

[Libreoffice-commits] core.git: nlpsolver/ThirdParty

2021-07-07 Thread Todor Balabanov (via logerrit)
/DEGTBehavior.java |3 +- nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/behavior/PSGTBehavior.java |1 4 files changed, 8 insertions(+), 12 deletions(-) New commits: commit 822f128e734f37ee4de9bf5b62640cbec140701e Author: Todor Balabanov AuthorDate: Wed Jul 7 16

[Libreoffice-commits] core.git: nlpsolver/src

2021-06-20 Thread Todor Balabanov (via logerrit)
nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseEvolutionarySolver.java | 5 + nlpsolver/src/locale/NLPSolverCommon_en_US.properties | 1 + 2 files changed, 6 insertions(+) New commits: commit 89459662bf2684a07596d4132c84e5da7e0af8d4 Author: Todor

[Libreoffice-commits] core.git: nlpsolver/ThirdParty

2021-06-19 Thread Todor Balabanov (via logerrit)
/PSGTBehavior.java |7 +- nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/RandomGenerator.java | 24 ++ 4 files changed, 32 insertions(+), 6 deletions(-) New commits: commit ffef53274b44bfe77128ba400845f4c4ce70893e Author: Todor Balabanov AuthorDate: Fri Jun 18 10:46

[Libreoffice-commits] core.git: nlpsolver/ThirdParty

2021-06-14 Thread Todor Balabanov (via logerrit)
nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/behavior/PSGTBehavior.java | 40 ++ 1 file changed, 24 insertions(+), 16 deletions(-) New commits: commit b3bf90ec5fb3d4c6379288081e63d944cda8d5a4 Author: Todor Balabanov AuthorDate: Mon Jun 14 15:14:20 2021 +0300

What do you think about some changes in PSGTBehavior.java?

2021-06-10 Thread Todor Balabanov
https://github.com/LibreOffice/core/blob/105ad5dc174d9e894b0c4f9e24d068090ca8c3aa/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/behavior/PSGTBehavior.java#L94 @Override public void generateBehavior(SearchPoint trailPoint, ProblemEncoder problemEncoder) { DesignSpace design

[Libreoffice-commits] core.git: nlpsolver/src nlpsolver/ThirdParty

2019-06-03 Thread Todor Balabanov (via logerrit)
|3 ++- 3 files changed, 13 insertions(+), 6 deletions(-) New commits: commit 90ace7be71d41257e29a28fa2e7c0adf8f84050d Author: Todor Balabanov AuthorDate: Wed May 15 19:54:21 2019 +0300 Commit: Tomaž Vajngerl CommitDate: Mon Jun 3 15:53:30 2019 +0200 Range for DE

[Libreoffice-commits] core.git: nlpsolver/ThirdParty

2019-05-16 Thread Todor Balabanov (via logerrit)
: commit 5ee453818c88f0a73ca2863a80c6b901feed1837 Author: Todor Balabanov AuthorDate: Mon May 13 14:29:17 2019 +0300 Commit: Samuel Mehrbrodt CommitDate: Fri May 17 08:45:46 2019 +0200 Some additional manual formatting. Change-Id: Ie5590535d013aa2f747dd034fa2fcd2ae5c3956b

Re: NLPSolver - range of FACTOR coefficient in Differential Evolution?

2019-05-15 Thread Todor Balabanov
OK. Thanks. I will search for a solution of the building process. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

NLPSolver - range of FACTOR coefficient in Differential Evolution?

2019-05-13 Thread Todor Balabanov
Hello! Currently DE implementation in NLPSover has a coefficient called FACTOR: https://github.com/LibreOffice/core/blob/f4ba484183a1e7b9824f10580d633466c266828f/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/behavior/DEGTBehavior.java#L41 https://github.com/LibreOffice/core/bl

[Libreoffice-commits] core.git: nlpsolver/ThirdParty

2019-05-12 Thread Todor Balabanov (via logerrit)
51387dc280dadf7a29d215a72d2d0026451d2be6 Author: Todor Balabanov AuthorDate: Sun May 12 10:35:45 2019 +0300 Commit: Julien Nabet CommitDate: Sun May 12 22:50:34 2019 +0200 Formatting - Eclipse IDE Java Conventions with spaces for indentation. Change-Id

[Libreoffice-commits] core.git: nlpsolver/ThirdParty

2019-05-11 Thread Todor Balabanov (via logerrit)
nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/behavior/DEGTBehavior.java | 61 +++--- 1 file changed, 48 insertions(+), 13 deletions(-) New commits: commit c728bb5420f19eb6fbec859ec927f35d772694be Author: Todor Balabanov AuthorDate: Thu May 2 15:17:38 2019 +0300

[Libreoffice-commits] core.git: nlpsolver/ThirdParty

2019-05-09 Thread Todor Balabanov (via logerrit)
|6 +--- 11 files changed, 50 insertions(+), 45 deletions(-) New commits: commit 7aeef2e88b0a74be6670f13536281bbaecfa568f Author: Todor Balabanov AuthorDate: Wed May 8 14:34:10 2019 +0300 Commit: Julien Nabet CommitDate: Fri May 10 08:49:42 2019 +0200 Import of each class is better

Problem to build by using lode under Mac OS.

2019-05-08 Thread Todor Balabanov
Hello! I get an error (log is below the message) when I am trying to build LibreOffice under Mac OS. Do you have an idea what is the problem? All the best, Todor *** *** *** Mac mini Macmini5,1 Intel Core i5 2,3 GHz RAM 8 GB macOS 10.13.6 (17G6030) Darwin 17.7.0 Java 1.8.0_91 *** *** ***

[Libreoffice-commits] core.git: nlpsolver/ThirdParty

2019-05-01 Thread Todor Balabanov (via logerrit)
nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/RandomGenerator.java | 46 -- 1 file changed, 19 insertions(+), 27 deletions(-) New commits: commit b596210c09374f53d4349990945a07520c092f55 Author: Todor Balabanov AuthorDate: Wed May 1 15:04:27 2019 +0300

[Libreoffice-commits] core.git: nlpsolver/ThirdParty

2019-05-01 Thread Todor Balabanov (via logerrit)
nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/RandomGenerator.java | 11 +++--- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit 209e40de80dec55427d406951f01507a6c8aeb84 Author: Todor Balabanov AuthorDate: Mon Apr 29 18:55:25 2019 +0300 Commit

[Libreoffice-commits] core.git: nlpsolver/ThirdParty

2019-05-01 Thread Todor Balabanov (via logerrit)
nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/behavior/DEGTBehavior.java |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit df512e74753667194faa623b99884d3590597cfd Author: Todor Balabanov AuthorDate: Mon Apr 29 13:27:17 2019 +0300 Commit

Todor Balabanov license statement

2019-04-29 Thread Todor Balabanov
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Math.pow(-1, i%2) is pretty slow in net.adaptivebox.deps.behavior.DEGTBehavior

2019-04-26 Thread Todor Balabanov
Hi! I have done some experiments and I think that the performance can be improved: https://drive.google.com/file/d/1WIvJlpVHtX9xhICW8Qr_pkHyYJGvMf7G/view?usp=sharing All the best, Todor ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org htt