Skip to content

Finds the minimum of a n dimensional unimodal function with Parallel Tangents and Linear Search. Also, implements a basic Penalty method for non linear restrictions.

vkinoshita/ParTan

Repository files navigation

Authors: Victor S. K. and Arthur V.

- This is a basic implementation of Bazaraa's ParTan that finds the minimum of almost all n dimensional functions.

- Both implementations, Partan and Linear Search, works pretty well. 

- The Penalty method is a little bit rudimentary. It means that sometimes you will not get the real optimal value. So, don't trust the partan_with_restriction.py.

- The partan's report is written in portuguese.

About

Finds the minimum of a n dimensional unimodal function with Parallel Tangents and Linear Search. Also, implements a basic Penalty method for non linear restrictions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages