Skip to content
/ gotpy Public

Library for global optimization of multiextremal nondifferentiable functions.

License

Notifications You must be signed in to change notification settings

redb0/gotpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GotPy

Global optimization tools

Library for global optimization of multiextremal nondifferentiable functions.

Test functions

Multi-extremal functions:

  1. Method min (Bocharov-Feldbaum) (more info)
  2. Hyperbolic potential (abs/sqr)
  3. Exponential potential

Algorithms

  1. Gravitational Search Algorithm (standard GSA)
  2. Algorithm Simulated annealing (more info)
  3. Particle swarm algorithm (more info)

Usages