photo

Ankur Shah


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

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
71,798
of 300,352

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
87.5%

收到投票数
0

排名
 of 20,928

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,212

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to define constraint in Optimization such that difference in value between two consecutive unknowns is not greater than 50%
Hello everyone, I have prepared code in matlab for genetic algorithm from toolbox The function code is a bit long. In summary...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How to find fixed number of variables with value 1 using Genetic Algorithm with population type Bitstring ?
I am solving an objective function with Genetic Algorithm with population type bitstring (values 0 and 1 only) using toolbox. ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to automate small increments in function for Genetic Algorithm ?
Hello everyone, I have prepared code in matlab for genetic algorithm from toolbox for number of iteration (nit) The function c...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to find a part of function value in Genetic Algorithm after each iteration cycle
Hello everyone, I am doing optimization using genetic algorithm. In a nutshell, the fitness function consists of 3 terms, A and...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Find values for best and mean fitness value for each generation in Genetic Algorithm
After running GA, using Optimization toolbox and code below, the following mean and best fitness value graph was obtained. [x,...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to find function and variable value at each iteration for genetic algorithm with Parallel Computing ?
Hello everyone, I have prepared code in matlab for genetic algorithm from toolbox for number of iteration (nit) for i=1:nit ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to apply a random Crossover (Arithmetic/Scattered/Two-point) in Genetic Algorithm using auto-generated file from Optimization Toolbox ?
I have prepared a code in MATLAB with optimization toolbox which seems to be giving fair results for different optimization func...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Fitness function increases rather than decreasing with fmincon using hybrid Genetic Algorithm
While running a hybrid GA with fmincon for minimising the objective function to 0. Once GA stops and fmincon starts. The fitness...

5 years 前 | 1 个回答 | 0

1

个回答