photo

Vivek


Last seen: 2 months ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
3 Answers

RANK
269,238
of 300,641

REPUTATION
0

CONTRIBUTIONS
5 Questions
3 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 21,036

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,946

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

  • Thankful Level 2

View badges

Feeds

View by

Question


Choosing optimal values from the genetic algorithm
As GA are probabilistic and indetriministic everytime I run the code I am getting different optimas with the same value of objec...

3 years ago | 1 answer | 0

1

answer

Question


Plotting the objective function
The below shown objective function has to be plotted and while doing so its going in infinite recursion. The functions m and b...

3 years ago | 1 answer | 0

1

answer

Question


Maximization problem in MATLAB Optimisation Toolbox
Basically by default MATLAB OPtimisation Toolbox fminocon and ga algorithms minimise the objective function. To maximise normal...

3 years ago | 1 answer | 0

1

answer

Question


Issues in the constraint functions of the Optimization Problem solving
I want to add more than two constraints which are linear, nonlinear and with both equality and inequality signs. As per the MATL...

3 years ago | 2 answers | 0

2

answers

Answered
I am getting the error as "Too many Input arguments", " Failure in Initial Objective function evaluation" .Also unable to run the function vivek1
I want to add more than two constraints which are linear, nonlinear and with both equality and inequality signs. As per the MATL...

3 years ago | 0

Answered
I am getting the error as "Too many Input arguments", " Failure in Initial Objective function evaluation" .Also unable to run the function vivek1
For optimisation the command used is as shown below options=optimoptions('ga','ConstraintTolerance',1e-3,'Display','iter') [x,...

3 years ago | 0

Answered
I am getting the error as "Too many Input arguments", " Failure in Initial Objective function evaluation" .Also unable to run the function vivek1
Thank you so much @Cris LaPierre @Walter Roberson @Torsten for responding and helping me to solve the problem. I have done cha...

3 years ago | 0

Question


I am getting the error as "Too many Input arguments", " Failure in Initial Objective function evaluation" .Also unable to run the function vivek1
I am getting the above said error....basically here I have written function to calculate the beta and mach, for every iteration ...

3 years ago | 3 answers | 0

3

answers