Re: fmincon, help please
"Ganesh Ramkumar" wrote in message <ms7kv3$9s4$1@newscl01ah.mathworks.com>...> Hi,> > I am trying to calculate the minimum of a function with multiple variables, the only constraints I...
View ArticleRe: fmincon, help please
"John D'Errico" <woodchips@rochester.rr.com> wrote in message <ms80rn$5m9$1@newscl01ah.mathworks.com>...> "Ganesh Ramkumar" wrote in message...
View ArticleRe: fmincon, help please
On 9/2/2015 9:42 PM, Ganesh Ramkumar wrote:> "John D'Errico" <woodchips@rochester.rr.com> wrote in message> <ms80rn$5m9$1@newscl01ah.mathworks.com>...>> "Ganesh Ramkumar" wrote...
View ArticleRe: fmincon, help please
Alan Weiss <aweiss@mathworks.com> wrote in message <ms9om2$561$1@newscl01ah.mathworks.com>...> On 9/2/2015 9:42 PM, Ganesh Ramkumar wrote:> > "John D'Errico"...
View ArticleHow can a constrained function in an objective function be used with fmincon...
The below given constrained function is used in the objective function that is going to be minimized by using fmincon. fun=@(x) 2*(1-x)*(0.5<=x)*(x<=1) The objective function is obj...
View ArticleRe: How can a constrained function in an objective function be used with...
"Dirk Kurt" <stranger00@gmail.com> wrote in message news:mt3ltj$cpq$1@newscl01ah.mathworks.com...> The below given constrained function is used in the objective function > that is going to...
View ArticleMultiDimensional plotting
Hello, I am making some experiment and each time determining the properties X by Changing parameters Y, Y1,Y2, Y3, Y4, Y5. I determine X by changing Y while the other four parameters are constant. it...
View ArticleParallel Toolbox Works in Any dll Compiled
Hi everyone, I am planning to use the parallel toolbox along with optimization toolbox and have the MATLAB code complied to a .net assembly( dll) for deployment in a C# COM interface. multiple...
View ArticleGA algorithm
Dear All I need to perform optimization on a data set. Let me provide you with more details: I have three distinct variables which are used to simulate my problem in ANSYS software. I need to optimize...
View ArticleRe: GA algorithm
"Saeed Momeni" <saeed.mtehran@gmail.com> wrote in message news:n0p0dv$hep$1@newscl01ah.mathworks.com...> Dear All> I need to perform optimization on a data set. Let me provide you with...
View ArticleMean-Variance Optimization, Optimal Weights Problem
Hi All, I have what is probably a very simple problem that has me scratching my head. I am a beginner MatLab user and am therefore following the Mathworks documentation very closely. However, for the...
View ArticleRe: Mean-Variance Optimization, Optimal Weights Problem
"Amy" <aburgin74@gmail.com> wrote in message <n1gusr$7u$1@newscl01ah.mathworks.com>...> Hi All,> > I have what is probably a very simple problem that has me scratching my head. I...
View ArticleRe: Mean-Variance Optimization, Optimal Weights Problem
Thank you so much Torsten! I never would have figured out those little pieces of syntax. Have a great weekend!
View ArticleRe: MaxFunEvals message question
So, is he recommended to trust the output? "John D'Errico" <woodchips@rochester.rr.com> wrote in message <f72d6p$irr$1@fred.mathworks.com>...> > Exiting: Maximum number of function...
View ArticleRe: MaxFunEvals message question
"Brando Miranda" <brando90@mit.edu> wrote in message <n799sb$9b3$1@newscl01ah.mathworks.com>...> So, is he recommended to trust the output?> Why ask this question, if you did not...
View ArticleMATLAB ga is not sending any arguments to nonlcon
I use genetic algorithm based optimization to run a software in the loop simulation for an electromagnetic simulation of an electric motor with the following command [x,fval,exitflag,output] =...
View ArticleRe: MATLAB ga is not sending any arguments to nonlcon
On 1/27/2016 10:24 AM, Devraj Dutt wrote:> I use genetic algorithm based optimization to run a software in the loop> simulation for an electromagnetic simulation of an electric motor with> the...
View ArticleOptimization using weights
Hello, I have to maximize a likelihood in which to every observation correspond a specific (non-integer) weight. In particular, I am referring to sampling weights, which denote the inverse of the...
View ArticleRe: Optimization using weights
"Alessandro De Sanctis" wrote in message <naf92r$if5$1@newscl01ah.mathworks.com>...> Hello,> > I have to maximize a likelihood in which to every observation correspond a specific...
View ArticleRe: Optimization using weights
On 2/22/2016 10:42 AM, someone wrote:> "Alessandro De Sanctis" wrote in message> <naf92r$if5$1@newscl01ah.mathworks.com>...>> Hello,>>>> I have to maximize a likelihood in...
View Article