Metadata-Version: 2.0
Name: sopt
Version: 0.0.6
Summary: sopt:a simple python optimizer library
Home-page: http://www.github.com/Lyrichu
Author: lyrichu
Author-email: 919987476@qq.com
Maintainer: lyrichu
Maintainer-email: 919987476@qq.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: numpy


sopt is a simple python optimizer library.Currentlly,it includes some stochastic optimization
algorithms,like Genetic Algorithm(GA),Particle Swarm Optimization(PSO),Simulated Anealing
(SA),Random Walk(and its improvement version),and some gradient based optimizers,like Gradient
Descent,Momentum,AdaGrad,RMSProp and Adam Optimizers.For the GA optimizers,it includes many
kinds of different selected methods,mutation methods etc,as well as for PSO and other optimizers,
so you can try many different kinds of optimizers with different settings,all the stochastic optimization
also supports the non-linear complex constraints by using penalty methods or dropout-bad-solution methods.


