LibOptimization
LibOptimization copied to clipboard
LibOptimization is numerical optimization algorithm library for .NET Framework. / .NET用の数値計算、最適化ライブラリ
Today, when initializing DE with upper and lower bounds, points are evaluated twice. This is inefficient and noticeable when evaluation is expensive. Today's process: 1. `clsOptDE.Init()`: generate a random point...
反復回数を0にするのではなくAPIにしたほうが良い。
Refference: https://journal.r-project.org/archive/2013/RJ-2013-002/RJ-2013-002.pdf https://scipy.github.io/devdocs/generated/scipy.optimize.dual_annealing.html
.NET Core対応に向けて全てC#化
* overview Bayesian Adaptive Direct Search * Refference https://arxiv.org/abs/1705.04405 https://github.com/lacerbi/bads
> It is the same simple as the greedy Hill-Climbing, but much more powerful. # Refference http://www.yuribykov.com/LAHC/
> VCS simulates diffusion and infection strategies for the host cells adopted by virus to survive and propagate in the cell environment. # Refference 1. Mu Dong Li, , Hui...
> A new perspective for optimization is proposed based on the mathematics of heat transfer # Refference 1. Vivek K. Patel, Vimal J. Savsani, "Heat transfer search (HTS): a novel...