EE6227-遗传算法概要、优化策略及数学定理

Involved Algorithms

GAs, PSO, Constraint Handling, Evolutionary Strategy, Differential Evolution, Multi-Objective Algorithms and multimodal optimization.

Principle of Evolutionary Algorithms

  • Proper encoding is necessary.
  • There is a certain index to quantify the fitness of every individual.
  • The selection of parents and the reproduction of parents is to some extend random.
  • The population of solutions will be better as the number of generations increases.

Introduction to Optimization

The problem can be described as:

M i n i m i z e   f ( x )   o v e r   x ∈ Ω Minimize\,f(x)\,over\,x\in\Omega Minimizef(x)overxΩ

Ω   i s   t h e   p e r m i s s i b l e   r e g i o n   o f   t h e   d e c i s i o n   v a r i a b l e s ,   w h i c h   i s   d e f i n e d   b y   c o n s t r a i n t s . \Omega\,is\,the\,permissible\,region\,of\,the\,decision\,variables,\,which\,is\,defined\,by\,constraints. Ωisthepermissibleregionofthedecisionvariables,whichisdefinedbyconstraints.Discrete solution can be considered as an approximate solution to the continuous problem. For example:

M i n i m i z e   f ( x ) = x 2   w h e r e   − 1 ≤ x ≤ 1 Minimize\,f(x)=x^{2}\,where\,-1\leq x\leq1 Minimizef(x)=x2where1x1

The value of x can be discretized for example using 32 bits plus a sign bit, so totally there are 2 33 2^{33} 233 discrete solutions.

However, it is not efficient enough because the problems are likely to be a large numer of enumerations. Consequently, real-parameter evolutionary algorithms is much better.

Global Optimum v.s. Computational Cost

Due to the computational time, in most cases it is impossible and unnecessary to find the global solution. Algorithms such as the GA or simulated annealing can be used because these approaches make use of randomness to escape from local optimal solutions. However, no method can guarantee to produce the global optimal solution (especially for complex multimodal problems).

Nonlinear Programming Problems

  • Can be solved by using methods of calculus, but it is difficult to solve these problems analytically.
  • The most popular method is the sequential quadratic programming.
  • Iterative numerical algorithm
  • 2
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值