Dario Miric
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
200,386
of 295,569
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Index in position 2 exceeds array bounds (must not exceed 1)
I get error in the title when running this code. Problem lies in a nested for loop defined here. I don't understand this error b...
2 years ago | 0 answers | 0
0
answersQuestion
How to Find Multiple Minima of Objective Function from Genetic Algorithm?
When using genetic algorithm to find global minimum of objective function, algorithm gives only the best result (smallest value ...
3 years ago | 1 answer | 0
1
answerQuestion
How to Change Initial Number of Random Points in Genetic Algorithm?
I need to increase initial number of parameter value combinations for GA to increase likelihood to find the best solution. How t...
3 years ago | 1 answer | 0
1
answerQuestion
How to Add Matrix as x0 Variable in fminsearch?
I am using fminsearch to minimize objective function. This requires defining variable x0 (usually vector) as estimates of soluti...
3 years ago | 1 answer | 0
1
answerQuestion
How to Compute All Combinations of Vectors of Length 6 Made up of Numbers -1 and 1?
For example, If I have two numbers [-1 1] in a some random order in a vector of length 6, how can I compute all 64 combinations ...
3 years ago | 1 answer | 0
1
answerQuestion
How to Add Fitness Limit as Stopping Criterion in Genetic Algorithm?
I added fitness limit into field 'options' in genetic algorithm code and defined its value to be 0.5. clc clear all global x1...
3 years ago | 1 answer | 0
1
answerQuestion
Objective Function Minimum Value Problem - Genetic Algorithm
I used genetic algorithm to optimize model parameters. Results of running my code are: Optimization terminated: minimum fitness...
3 years ago | 0 answers | 0
0
answersQuestion
''Conversion to function_handle from double is not possible.''
I get this error when I run my code. I was looking up what this error means, but I can't figure it out in context of my code.. T...
3 years ago | 0 answers | 0