Feeds
提问
Optimization of water distribution network, objective is to get optimal cost
I want to ask how I should use any optimization algorithm with EPANET to obtained optimal diameter and optimal cost? After usin...
11 months 前 | 0 个回答 | 0
0
个回答已回答
Optimization of EPANET network using GA toolkit
clear; close('all'); clc; I tried this code with hanoi network % Define GA options options = optimoptions('ga', 'Display', ...
Optimization of EPANET network using GA toolkit
clear; close('all'); clc; I tried this code with hanoi network % Define GA options options = optimoptions('ga', 'Display', ...
11 months 前 | 0
已回答
Optimization of EPANET network using GA toolkit
After using this code, I am unable to get the optimal cost; it is always coming inf even if I am using a minimum pressure requir...
Optimization of EPANET network using GA toolkit
After using this code, I am unable to get the optimal cost; it is always coming inf even if I am using a minimum pressure requir...
11 months 前 | 0
