pyopt.org

Website:http://www.pyopt.org
Upvotes received0
Downvotes received0
Karma:0 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (15)

1

0 Thumbs up   0 Thumbs down

Ant colony optimization


Population-based stochastic global optimization algorithm based on the behavior of ant colonies, particularly their ability to collectively determine shortest paths through the cumulative affect of ph [..]
Source: pyopt.org

2

0 Thumbs up   0 Thumbs down

Automatic differentiation


A process for evaluating derivatives of a function that depends only on an algorithmic specification of the function, such as a computer program.
Source: pyopt.org

3

0 Thumbs up   0 Thumbs down

Constraint


Restriction that a design variables must satisfy, typically denoted in a mathematical program standard form as an inequality, g(x) <= 0, or equality, h(x)=0.
Source: pyopt.org

4

0 Thumbs up   0 Thumbs down

Genetic Algorithm


Population-based stochastic global optimization algorithm inspired by the mechanisms of genetics, evolution, and survival of the fittest.
Source: pyopt.org

5

0 Thumbs up   0 Thumbs down

Local Maximum


A feasible solution that maximizes (or minimizes) the value of the objective function within a local neighborhood of that solution.
Source: pyopt.org

6

0 Thumbs up   0 Thumbs down

LOWER BOUND


A constraint that specifies a minimum feasible value of an individual design variable.
Source: pyopt.org

7

0 Thumbs up   0 Thumbs down

Objective function


The (real-valued) function to be optimized, typically denoted in a mathematical program standard form as f.
Source: pyopt.org

8

0 Thumbs up   0 Thumbs down

Particle Swarm Optimization


Population-based stochastic global optimization algorithm based on the optimal swarm behavior of animals, like bird flocking and bees.
Source: pyopt.org


To view all 15 definitions, please sign in.