helpcontent2 | 2 +- nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver/Usage.xhp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 2536bd8b267156691f65c535f20b365857f13a96 Author: Stanislav Horacek <[email protected]> Date: Fri Nov 4 20:36:23 2016 +0100 tdf#103622 do not use arrow as separator of menu commands Change-Id: I15f1cb699107dc7e24d6ebef2e8f4d8f38dcd596 Reviewed-on: https://gerrit.libreoffice.org/30573 Reviewed-by: Adolfo Jayme Barrientos <[email protected]> Tested-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver/Usage.xhp b/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver/Usage.xhp index 27b308e..1820269 100644 --- a/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver/Usage.xhp +++ b/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver/Usage.xhp @@ -41,7 +41,7 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id0603200910434044_scalc"><bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value> </bookmark> <paragraph xml-lang="en-US" id="hd_id0603200910430882" role="heading" level="1" l10n="NEW">Usage</paragraph> - <paragraph xml-lang="en-US" id="par_id0603200910430845" role="paragraph" l10n="NEW">Regardless whether you use DEPS or SCO, you start by going to Tools â Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href="com.sun.star.comp.Calc.NLPSolver/Options.xhp">parameters</link>.</paragraph> + <paragraph xml-lang="en-US" id="par_id0603200910430845" role="paragraph">Regardless whether you use DEPS or SCO, you start by going to Tools - Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href="com.sun.star.comp.Calc.NLPSolver/Options.xhp">parameters</link>.</paragraph> <paragraph xml-lang="en-US" id="par_id0603200910430821" role="paragraph" l10n="NEW">There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case "Assume Non-Negative Variables" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ⤠var ⤠1 or maybe -1000000 ⤠var ⤠1000000).</paragraph> <paragraph xml-lang="en-US" id="par_id0603200910430873" role="paragraph" l10n="NEW">Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only.</paragraph> </body> commit 388fa3a2476ad4b6ee3a33dc2f94f5946e29e2b6 Author: Stanislav Horacek <[email protected]> Date: Fri Nov 4 20:16:56 2016 +0100 Updated core Project: help 8494b1d545c68fd4eeb75d78c692a3ce71ed3caf tdf#103622 do not use arrow as separator of menu commands Change-Id: I761c3845939ee95fb151a196587b359c3b6d965d Reviewed-on: https://gerrit.libreoffice.org/30572 Reviewed-by: Adolfo Jayme Barrientos <[email protected]> Tested-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/helpcontent2 b/helpcontent2 index 98d298e..8494b1d 160000 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit 98d298e4ef2bc9ad9f4e2d2bb83c3183e3ee0977 +Subproject commit 8494b1d545c68fd4eeb75d78c692a3ce71ed3caf
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
