[Libreoffice-commits] core.git: nlpsolver/src
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 28 09:35:34 UTC 2020
nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseEvolutionarySolver.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 292876695246dffbc6829cf1b588e4346b24441a
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Tue Jul 28 10:45:42 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 28 11:34:53 2020 +0200
Typo: Swam->Swarm
Change-Id: I99dbe7fa6d49e0663c3551d2e3dabd3f42d8d3c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99578
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseEvolutionarySolver.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseEvolutionarySolver.java
index c0b10c2f4951..7fb4eadd57ba 100644
--- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseEvolutionarySolver.java
+++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseEvolutionarySolver.java
@@ -161,7 +161,7 @@ public abstract class BaseEvolutionarySolver extends BaseNLPSolver {
private final ArrayList<Variable> m_variables = new ArrayList<Variable>();
//properties
- protected PropertyInfo<Integer> m_swarmSize = new PropertyInfo<Integer>("SwarmSize", 70, "Size of Swam");
+ protected PropertyInfo<Integer> m_swarmSize = new PropertyInfo<Integer>("SwarmSize", 70, "Size of Swarm");
protected PropertyInfo<Integer> m_librarySize = new PropertyInfo<Integer>("LibrarySize", 210, "Size of Library");
protected PropertyInfo<Integer> m_learningCycles = new PropertyInfo<Integer>("LearningCycles", 2000, "Learning Cycles");
private final PropertyInfo<Boolean> m_guessVariableRange = new PropertyInfo<Boolean>("GuessVariableRange", true, "Variable Bounds Guessing");
More information about the Libreoffice-commits
mailing list