Skip to content

An experimental implementation of some standard optimization methods.

License

Notifications You must be signed in to change notification settings

mghasemi/optimithon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code aims to provide flexible and extendable implementation of various standard and experimental optimization methods. The development is gradual and priority will be given to those methods that seem to be more exciting to implement (based on personal interests).

This project was mainly motivated by my lake of knowledge in numerical optimization, otherwise there are excellent (open source) tools for almost every task that a machine can do. This occurred while I was working on an other scientific project on global optimization Irene, which tends to provide a tool to find a lower bound for the global minimum of a function when the function and constraints are (algebraically) well presented.

Requirements

Dependencies are minimal as the code is mainly written in python:

Documentation

The documentation is produced by Sphinx and is intended to cover code usage as well as a bit of theory to explain each method briefly. For more details refer to the documentation.

License

This code is distributed under MIT license.

About

An experimental implementation of some standard optimization methods.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages