Skip to content

Optimize, minimize or maximize result, implemented using various methods

Notifications You must be signed in to change notification settings

AkhilKas/Optimization-Techniques

Repository files navigation

Optimization-Techniques

What is optimization?

Maximizing or minimizing some function relative to some set,often representing a range of choices available in a certain situation.
The function allows comparison of the different choices for determining which might be “best”.

Optimization is an esoteric technique used mainly in mathematics and operations research related activities.
With the advent of computers, optimization has become a part of computer-aided design activities.
It is primarily being used in those design activities in which the goal is not only to achieve just a feasible design, but also a design objective.

Common applications:

Minimal cost, maximal profit, minimal error, optimal design,optimal management, variational principles.
I have tried to implement certain optimization techniques using Python.

About

Optimize, minimize or maximize result, implemented using various methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages