koorosh dastan
Followers: 0 Following: 0
Feeds
提问
2D or 3D from CST to matlab
i work withh pattern function in matlab but i can get the result and only get err i dont know i can use it or not? i get text f...
4 months 前 | 1 个回答 | 0
1
个回答提问
why fminimax lost the point i want to optimize but patternsearch doesnt?
i want to use fminimax because i like to have quantize variable so i like to use it but it try to optimize another point(zero) ...
8 months 前 | 1 个回答 | 0
1
个回答提问
fill color between two curve
i have several line and i want two fill color between them but i couldnt fill properly this what i want (all of them) prf...
8 months 前 | 1 个回答 | 0
1
个回答提问
should cost function be only one point?
should cost function be only one point? assume I have numerous points to minimize, where I can change the values of these point...
11 months 前 | 0 个回答 | 0
0
个回答提问
Are the variables(fminimax) independent of each other?
in this code i have 68 variable half of them between [0,1] and next half [-90,90] the first half change reasonable but others ...
12 months 前 | 0 个回答 | 0
0
个回答提问
fminimax instead decrease increase my costfunct
To better understand my code, I'll explain it section by section. Boundary selection:I divided my variable into two halves....
12 months 前 | 0 个回答 | 0
0
个回答提问
pso doesnt go to main loop
i edit the code for optimize ,y cost function % % Copyright (c) 2015, Mostapha Kalami Heris & Yarpiz (www.yarpiz.com) % All ...
12 months 前 | 0 个回答 | 0
0
个回答提问
optimize vector by fminimax
if i uuse fminimax to optimize vector how it recognize which element is suitable for it here is example clear all q=20; rand...
12 months 前 | 1 个回答 | 0
1
个回答提问
quantize and increase variable in fminimax
my first question how can i increase vaariable in fminimax in below code when i add another variable only the one i put in funct...
1 year 前 | 0 个回答 | 0
0
个回答提问
use optimizer for separated area
i wrote this code close all clear all elementNumb=20; ubb=90; lbb=-90; random_numberst = lbb + (ubb + ubb) * rand(1, e...
1 year 前 | 0 个回答 | 0