WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

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