photo

Nayan Rawat


Last seen: 4年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

7 質問
5 回答

Cody

0 問題
1 解答

ランク
148,763
of 300,853

評判
0

コントリビューション
7 質問
5 回答

回答採用率
14.29%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
106,404
of 171,319

コントリビューション
0 問題
1 解答

スコア
20

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Solver
  • First Review
  • 3 Month Streak
  • Thankful Level 1
  • First Answer
  • Revival Level 1

バッジを表示

Feeds

表示方法

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4年以上 前

質問


fmincon is giving better results than ga for a nonlinear constrained optimization problem.
I used fmincon and ga for the same nonlinear constrained optimization (7-300 variables) but fmincon is giving much better result...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Should I set my bounds in the main function call or in the constraints function in global optimization?
Should I set my bounds in the main function call or in the constraints function in global optimization?

6年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How to speed up fmincon for a large optimization?
Use ga or patternsearch.

6年以上 前 | 0

質問


My objective function has 350 variables with non linear constraints. ga and patternsearch are ineffective using default settings. What can i do?
I tried fmincon, ga and patternsearch but cant get feasible solution. Please help

6年以上 前 | 0 件の回答 | 0

0

回答

質問


When to use different algorithms for NonlinearConstraintAlgorithm (in ga)?
in ga options, when to use penalty instead of default in NonlinearConstraintAlgorithm ?

6年以上 前 | 0 件の回答 | 0

0

回答

質問


Can we put linear constraints in non linear constraints function when using ga or other optimization(in Optimization toolbox or Global Optimization toolbox)?
When using ga OR in Optimization toolbox or Global Optimization toolbox, does it matter when we put linear constraints into noli...

6年以上 前 | 0 件の回答 | 0

0

回答

回答済み
Help with optimizing a function.
see Solving a Mixed Integer Engineering Design Problem Using the Genetic Algorithm in documentation. it might help.

6年以上 前 | 0

質問


I want to solve a problem similar to 'Solving a Mixed Integer Engineering Design Problem Using the Genetic Algorithm' as given in documentation using other solvers.
The MATLAB files cantileverVolume.m and cantileverConstraints.m contain the fitness and constraint functions. Can i solve such ...

6年以上 前 | 0 件の回答 | 0

0

回答

回答済み
Help with optimizing a function.
I also need help for a similar problem. por favor.

6年以上 前 | 0

質問


How to optimize a complex function using ga?
My function is dependent on many discretized functions which are constrained wrt each other. Can it be solved using ga function ...

6年以上 前 | 0 件の回答 | 0

0

回答