Feeds
질문
遗传算法非优化参数的约束条件怎么设置
在matlab中进行遗传算法优化,变量X1(比如说是压力) 的范围是1-15,这个上下边界可以在优化模块直接添加[1,15],但是还有一个变量T2(比如说是温度),要小于850K,但是这个变量T2是可以由X1求出来的(比如T2=X15+7),本质上就是一个...
거의 3년 전 | 답변 수: 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년 전 | 답변 수: 0 | 0