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

global maximum


A feasible solution that maximizes (or minimizes) the value of the objective function over the entire design space feasible region.
Source: pyopt.org

6

0 Thumbs up   0 Thumbs down

global optimizer


Optimization method that implements an algorithm that is designed to find a globally optimal solution for various kinds of nonconvex programming problems.
Source: pyopt.org

7

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

8

0 Thumbs up   0 Thumbs down

lower bound


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

9

0 Thumbs up   0 Thumbs down

numerical optimization


Mathematical techniques and procedures used to make a system or design as effective and/or functional as possible
Source: pyopt.org

10

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


To view all 15 definitions, please sign in.