Statistics
All
RANK
6,631
of 300,508
REPUTATION
7
CONTRIBUTIONS
1 Question
8 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 21,019
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Unable to convert expression into double array, in Gamultiobj
Greetings, I need some help with figuring out how to make functions for optimization tools which accept symbolic handles (or so ...
4 years ago | 1 answer | 0
1
answerAnswered
Multiple conditional statements with logic
I think you have part of your expressions in the statements section. Maybe this works. function [too_young] = under_age(age, l...
Multiple conditional statements with logic
I think you have part of your expressions in the statements section. Maybe this works. function [too_young] = under_age(age, l...
5 years ago | 0
Answered
Does encoding method matter in Genetic Algorithm with linear+integer constraints, with respect to crossover?
I believe it matters, because it copies hole sections of the chromosomes, it also depends in the locations for the crossovers an...
Does encoding method matter in Genetic Algorithm with linear+integer constraints, with respect to crossover?
I believe it matters, because it copies hole sections of the chromosomes, it also depends in the locations for the crossovers an...
5 years ago | 0
Answered
Linears equations summation+combination optimization
It is possible that the lack of input arguments comes from: p1=[]; p2=[]; There, you have nothing to optimize, perhaps if you...
Linears equations summation+combination optimization
It is possible that the lack of input arguments comes from: p1=[]; p2=[]; There, you have nothing to optimize, perhaps if you...
5 years ago | 0
Answered
Continuity Constraint in a Optimization Problem
Sometimes it is better to write the functions and contraints by hand using a small scale problem, and then try to write your cod...
Continuity Constraint in a Optimization Problem
Sometimes it is better to write the functions and contraints by hand using a small scale problem, and then try to write your cod...
5 years ago | 0
Answered
using intlinprog on my desktop. Processing time jumped substantially from 2015a to 2019a. Was there a shift in settings between these versions?
Not only a shift in default settings but also in some values/algorithms for those settings where retired and some where added I ...
using intlinprog on my desktop. Processing time jumped substantially from 2015a to 2019a. Was there a shift in settings between these versions?
Not only a shift in default settings but also in some values/algorithms for those settings where retired and some where added I ...
5 years ago | 0
Answered
How to fit a parameter-linked two-equations system?
So basically you have a parametric equation and want to solve for "a"? So that you can then find the minimum value of "a" (which...
How to fit a parameter-linked two-equations system?
So basically you have a parametric equation and want to solve for "a"? So that you can then find the minimum value of "a" (which...
5 years ago | 0
Answered
how to divide three element array string and assign independent variable matlab?
So it returns a string type matrix?, maybe if you try to convert it to type double you could be able to manipulate it more freel...
how to divide three element array string and assign independent variable matlab?
So it returns a string type matrix?, maybe if you try to convert it to type double you could be able to manipulate it more freel...
5 years ago | 1
| accepted
Answered
Multi objective optimization with intlinprog
This may be a little bit late, but have you tried the constraint method for your multi-objective optimization?, If you indicate ...
Multi objective optimization with intlinprog
This may be a little bit late, but have you tried the constraint method for your multi-objective optimization?, If you indicate ...
5 years ago | 0






