You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles Sadowski (Jira)" <ji...@apache.org> on 2021/09/01 11:44:00 UTC

[jira] [Resolved] (MATH-1622) "SimplexOptimizer" hybridation with simulated annealing

     [ https://issues.apache.org/jira/browse/MATH-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles Sadowski resolved MATH-1622.
-----------------------------------
    Resolution: Implemented

> "SimplexOptimizer" hybridation with simulated annealing
> -------------------------------------------------------
>
>                 Key: MATH-1622
>                 URL: https://issues.apache.org/jira/browse/MATH-1622
>             Project: Commons Math
>          Issue Type: Wish
>            Reporter: Gilles Sadowski
>            Priority: Minor
>             Fix For: 4.0
>
>
> It is proposed to modify the API of [simplex-based optimization|https://gitbox.apache.org/repos/asf?p=commons-math.git;a=blob;f=commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizer.java;h=d95123d8f62ec029f1bd0190ca3c17d028ee9a64;hb=46a0c3ae4140fd34cf8479362192bddb7b7b3e38] in order to allow the [simplex transformation rule|https://gitbox.apache.org/repos/asf?p=commons-math.git;a=blob;f=commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/Simplex.java;h=46345c3b7a5c6784a3afda33b490a1bd6a2ce1a3;hb=46a0c3ae4140fd34cf8479362192bddb7b7b3e38#l299] to retain less fit states with some probability, as per the "simulated annealing" heuristics.
> A {{SimulatedAnnealing}} class will implement [{{OptimizationData}}|https://gitbox.apache.org/repos/asf?p=commons-math.git;a=blob;f=commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/OptimizationData.java;h=adb42ee040852971594520777ece3391e19052a8;hb=46a0c3ae4140fd34cf8479362192bddb7b7b3e38].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)