⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 this file is a zip file for multi objective optimization by matlab.
💻
字号:
This Matlab toolbox uses genetic algorithms to solve optimizationproblems. It is based on the "Genetic Algorithm Optimization Toolbox" byC.R. Houck, J.A. Joines and M.G. Kay. The expansion of the originaltoolbox facilitates using the algorithm for solving problems involvingdifferent types of design variables. The four types of variables thatcan be used are- binary: The value is either 0 or 1 - the traditional genetic algorithm  representation.- independent integer: The value can be any integer between the lower and  upper defined boundaries (also negatives), yet the values have no  connection. Think of this representation as a set of options, e.g., the  colors red, green and blue.- dependent integer: Again, the value can be any integer between the lower  and upper defined boundaries, however the values represent a real-life  number, e.g., the number of wheels on an automobile.- floating point: The value represents a real-life number directly, e.g.,  the optimal dimension of something.  Have a look at the example runMultiVerification to get started. Also,you can find information in the comments of the initializemultiga andmultiga files and on my homepage at <http://kerry.lothrop.de/>.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -