Skip to content

Commit e5c71df

Browse files
authored
Update README.md
1 parent 490e0f4 commit e5c71df

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
[![Build status](https://ci.appveyor.com/api/projects/status/c4n61lv6x59sfqw5/branch/master?svg=true)](https://ci.appveyor.com/project/tomitomi3/liboptimization/branch/master)
22

3+
LibOptimization
4+
===============
5+
6+
LibOptimization is optimization algorithm library for .NET Framework. This library will probably simplify the optimization using C# and VB.Net and other .NET Framework language.
7+
8+
LibOptimizationは制約条件の無い最適化を行う.NET Framework用のライブラリです。実装しているアルゴリズムは最急降下法、ニュートン法、HookeJeevesのパターンサーチ法、Nelder-Mead法(オリジナルの実装、Wikipediaの実装) 、実数値遺伝的アルゴリズム(BLX-α、UNDX、SPX(シンプレクス)、REX、世代交代はJGG、PCX(世代交代はG3))、進化戦略(Evolution Strategy、1+1 ES)、粒子群最適化(Basic PSO, LDIW-PSO, CDIW-PSO, CRIW-PSO, AIW-PSO)、Differential Evolution(差分進化? DE/rand/1/bin, DE/rand/2/bin, DE/best/1/bin, DE/best/2/bin)、JADE(自己適応型DE)ホタルアルゴリズム、Cuckoo Search(Matlabコードの移植版)、焼きなまし法です。
9+
310
I may miss your Issues. When a reply is slow, please give me e-mail.
411
<pre>
512
tomi.nori+github atmark gmail.com
613
</pre>
714

8-
LibOptimization
9-
===============
10-
11-
![LibOptimization Log](https://github.com/tomitomi3/LibOptimization/blob/master/github_pic/logo_liboptimization.png)
12-
1315
# Recent change
1416

15-
Changed absOptimiazation.NumberOfVariable from propety to function in ver1.9.0.
16-
17-
Refactoring LibOptimization code with development branch. In the future, I will add new function to the new branch.
17+
Changed absOptimiazation.NumberOfVariable from propety to function in ver1.9.0. Refactoring LibOptimization code with development branch. In the future, I will add new function to the new branch.
1818

1919
# Introduction
2020

21-
LibOptimization is optimization algorithm library for .NET Framework.
22-
This library will probably simplify the optimization using C# and VB.Net and other .NET Framework language.
23-
24-
LibOptimizationは制約条件の無い最適化を行う.NET Framework用のライブラリです。
25-
実装しているアルゴリズムは最急降下法、ニュートン法、HookeJeevesのパターンサーチ法、Nelder-Mead法(オリジナルの実装、Wikipediaの実装) 、実数値遺伝的アルゴリズム(BLX-α、UNDX、SPX(シンプレクス)、REX、世代交代はJGG、PCX(世代交代はG3))、進化戦略(Evolution Strategy、1+1 ES)、粒子群最適化(Basic PSO, LDIW-PSO, CDIW-PSO, CRIW-PSO, AIW-PSO)、Differential Evolution(差分進化? DE/rand/1/bin, DE/rand/2/bin, DE/best/1/bin, DE/best/2/bin)、JADE(自己適応型DE)ホタルアルゴリズム、Cuckoo Search(Matlabコードの移植版)、焼きなまし法です。
21+
![LibOptimization Log](https://github.com/tomitomi3/LibOptimization/blob/master/github_pic/logo_liboptimization.png)
2622

2723
## Implement Optimization algorithm
2824

0 commit comments

Comments
 (0)