Skip to content

Commit c9bb873

Browse files
committed
add spherical t design tutorial
1 parent 17ffc00 commit c9bb873

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ separable CMA-ES and CMA-ES with Margin (see https://arxiv.org/abs/2205.13482) w
117117
parallel function evaluation.
118118

119119
- Dual Annealing: Eigen based implementation in https://github.com/dietmarwo/fast-cma-es/blob/master/_fcmaescpp/daoptimizer.cpp[C++]. Use the https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.dual_annealing.html[scipy implementation] if you prefer a pure Python variant or need more configuration options.
120-
121-
- GCL-DE: Eigen based implementation in https://github.com/dietmarwo/fast-cma-es/blob/master/_fcmaescpp/gcldeoptimizer.cpp[C++]. See "A case learning-based differential evolution algorithm for global optimization of interplanetary trajectory design, Mingcheng Zuo, Guangming Dai, Lei Peng, Maocai Wang, Zhengquan Liu", https://doi.org/10.1016/j.asoc.2020.106451[doi].
122120

123121
- Expressions: There are two operators for constructing expressions over optimization algorithms: Sequence and random choice.
124122
Not only the single objective algorithms above, but also scipy and NLopt optimization methods and custom algorithms can be used for defining algorithm expressions.

0 commit comments

Comments
 (0)