国产第1页_91在线亚洲_中文字幕成人_99久久久久久_五月宗合网_久久久久国产一区二区三区四区

讀書月攻略拿走直接抄!
歡迎光臨中圖網 請 | 注冊
> >
基于種群概率模型的優化技術-從算法到應用

包郵 基于種群概率模型的優化技術-從算法到應用

作者:姜群
出版社:上海交通大學出版社出版時間:2010-04-01
開本: 16開 頁數: 156
中 圖 價:¥36.0(7.5折) 定價  ¥48.0 登錄后可看到會員價
加入購物車 收藏
開年大促, 全場包郵
?新疆、西藏除外
本類五星書更多>

基于種群概率模型的優化技術-從算法到應用 版權信息

  • ISBN:9787313063694
  • 條形碼:9787313063694 ; 978-7-313-06369-4
  • 裝幀:暫無
  • 冊數:暫無
  • 重量:暫無
  • 所屬分類:>

基于種群概率模型的優化技術-從算法到應用 本書特色

《基于種群概率模型的優化技術:從算法到應用(英文版)》共有9個章節組成,系統地討論了遺傳算法和分布估計算法的基本理論,并在二進制搜尋空間實驗性地比較了幾種分布估算法。在此基礎上深入地論述了構建一類新的分布估計算法的思路和實現方法,*后介紹了分布估計算法在計算機科學、資源管理等領域的一些成功應用實例。《基于種群概率模型的優化技術:從算法到應用(英文版)》可作為從事概率論、數量建模等課程研究的人員參考讀物。

基于種群概率模型的優化技術-從算法到應用 內容簡介

本書較系統地討論了遺傳算法和分布估計算法的基本理論,并在二進制搜尋空間實驗性地比較了幾種分布估算法。在此基礎上深入地論述了構建一類新的分布估計算法的思路和實現方法,*后介紹了分布估計算法在計算機科學、資源管理等領域的一些成功應用實例及分布估計算法的幾種有效改進方法。

基于種群概率模型的優化技術-從算法到應用 目錄

chapter 1 fundamentals and literature
1.1 optimization problems
1.2 canonical genetic algorithm
1.3 individual representations
1.4 mutation
1.5 recombination
1.6 population models
1.7 parent selection
1.8 survivor selection
1.9 summary
chapter 2 the probabilistic model -building genetic algorithms
2.1 introduction
2.2 a simple optimization example
2.3 different eda approaches
2.4 optimization in continuous domains with edas
2.5 summary
chapter 3 an empirical comparison of edas in binary search spaces
3.1 introduction
3.2 experiments
3.3 test functions for the convergence reliability
3.4 experimental results
3.5 summary
chapter 4 development of a new type of edas based on principle of maximum entropy
4.1 introduction
4.2 entropy and schemata
4.3 the idea of the proposed algorithms
4.4 how can the estimated distribution be computed and sampled?
4.5 new algorithms
4.6 empirical results
4.7 summary
chapter 5 applying continuous edas to optimization problems
5.1 introduction
5.2 description of the optimization problems
5.3 edas to test
5.4 experimental description
5.5 summary
chapter 6 optimizing curriculum scheduling problem using eda
6.1 introduction
6.2 optimization problem of curriculum scheduling
6.3 methodology
6.4 experimental results
6.5 summary
chapter 7 recognizing human brain images using edas
7.1 introduction
7.2 graph matching problem
7.3 representing a matching as a permutation
7.4 apply edas to obtain a permutation that symbolizes the solution
7.5 obtaining a permutation with continuous edas
7.6 experimental results
7.7 summary
chapter 8 optimizing dynamic pricing problem with edas and ga
8.1 introduction
8.2 dynamic pricing for resource management
8.3 modeling dynamic pricing
8.4 an ea approaches to dynamic pricing
8.5 experiments and results
8.6 summary
chapter 9 improvement techniques of edas
9.1 introduction
9.2 tradeoffs are exploited by efficiency-improvement techniques
9.3 evaluation relaxation: designing adaptive endogenous surrogates
9.4 time continuation: mutation in edas
9.5 summary
展開全部

基于種群概率模型的優化技術-從算法到應用 節選

《基于種群概率模型的優化技術:從算法到應用(英文版)》較系統地討論了遺傳算法和分布估計算法的基本理論,并在二進制搜尋空間實驗性地比較了幾種分布估算法。在此基礎上深入地論述了構建一類新的分布估計算法的思路和實現方法,*后介紹了分布估計算法在計算機科學、資源管理等領域的一些成功應用實例及分布估計算法的幾種有效改進方法。

基于種群概率模型的優化技術-從算法到應用 相關資料

插圖:other non,binary information.For example,we might interpret a bit-string of length 80 as ten 8 bit integers.Usually this is a mistake.and better results can be obtained by using the integer or real-valued representations directly.One of the problems of coding numbers in binary is that different bits have different significance.This Can be helped by using Gray coding,which is a variation on the way that integers are mapped on bit strings.The standard method has the disadvantage that the Hamming distance between two consecutive integers is often not equal to one.If the goal is to evolve an integer number,you would like to have thechance of changing a 7 into an 8 equal to that of changing it to a 6.The chance of changing 0111 to 1000 by independent bit-flips is not the same,however,as that of changing it to 01 10.Gray coding is a representation which ensures that consecutiveintegers always have Hamming distance one.1.3.2 Integer RepresentationsBinary representations are not always the most suitable if our problem more naturally maps onto a representation where different genes can take one of a setvalues.One obvious example of when this might occur is the problem of finding the optimal values for a set of variables that all take integer values.These values might beunrestricted,or might be restricted to a finite set:for example,if we are trying toevolve a path on square grid,we might restrict the values to the rest{0,1,2,3}representing{North,East,South,West}.In either case an integer encoding isprobably more suitable than a binary encoding.'When designing the encoding andvariation operators,it is worth considering whether there are any natural relationsbetween the possible values that an attribute Can take.This might be obvious forordinal attributes such as integers,but for cardinal attributes such as the compasspoints above,there may not be a natural ordering.

商品評論(0條)
暫無評論……
書友推薦
本類暢銷
編輯推薦
返回頂部
中圖網
在線客服
主站蜘蛛池模板: 久久久欧美国产精品人妻噜噜 | 富婆如狼似虎找黑人老外 | 久久久久88色偷偷 | 有哪些免费的毛片可以看 | 黑人粗大猛烈进出高潮视频 | 中文字幕在线一区 | bt天堂午夜国产精品 | 亚洲aⅴ男人的天堂在线观看 | 亚洲熟妇无码av在线播放 | 啦啦啦中文在线观看日本 | 这里只有久久精品 | 免费无码又爽又刺激高潮的视频 | 四虎www成人影院观看 | 精品国产一区二区三区久久影院 | 四虎免费视频 | 免费人成在观看 | 国产精品自在自线亚洲 | 日本伊人色综合网站 | 成人欧美一区二区三区 | 日韩欧美亚州 | 欧美综合激情 | 欧美性一区二区三区五区 | 亚洲乱码一二三四区麻豆 | 日本免费一区二区三区中文字幕 | 色在线网 | 精品一区二区三区视频日产 | 青青在线视频免费 | 成人国产在线24小时播放视频 | 国产亚洲精品久久久久久久软件 | 成人综合久久综合 | 亚洲中文字幕成人无码 | 欧美日韩亚洲一区二区三区 | 久久99国产视频 | 一区二区不卡免费视频 | 亚洲日产综合欧美一区二区 | 国产精品自在线拍国产 | 国产精品欧美日韩一区二区 | 国产精品偷伦视频免费手机播放 | 双乳被老汉揉搓a毛片免费观看 | 久久久久久久伊人电影 | 99久久国产宗和精品1上映 |