Feeds
提问
遗传算法非优化参数的约束条件怎么设置
在matlab中进行遗传算法优化,变量X1(比如说是压力) 的范围是1-15,这个上下边界可以在优化模块直接添加[1,15],但是还有一个变量T2(比如说是温度),要小于850K,但是这个变量T2是可以由X1求出来的(比如T2=X15+7),本质上就是一个...
3 years 前 | 0 个回答 | 0
0
个回答提问
How do I set the constraints on the non-optimization parameters of a genetic algorithm?遗传算法非优化参数的约束条件怎么设置
How do I set the constraints on the non-optimization parameters of a genetic algorithm case? The variable X1 (such as pressure)...
3 years 前 | 0 个回答 | 0