photo

Nayan Rawat


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

7 个提问
5 个回答

Cody

0 个问题
1 个答案

排名
202,296
of 299,916

声誉
0

贡献数
7 个提问
5 个回答

回答接受率
14.29%

收到投票数
0

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
103,413
of 166,562

贡献数
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 years 前

提问


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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答

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

6 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0

0

个回答

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

6 years 前 | 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 years 前 | 0 个回答 | 0

0

个回答