photo

sandeep singh chauhan


IIT Guwahati

Last seen: 3 years ago Active since 2016

Followers: 0   Following: 0

Message

Researcher working on complex optimization problems

Programming Languages:
MATLAB
Professional Interests:
Optimization, Logistics and Supply Chain, Operations Research, Automotive

Statistics

All
MATLAB Answers

1 Question
2 Answers

Cody

0 Problems
1 Solution

RANK
36,964
of 300,352

REPUTATION
1

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
117,248
of 168,212

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • MATLAB Mini Hack Participant
  • First Answer

View badges

Feeds

View by

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

3 years ago

Answered
skip legend entries while plotting data
A1 = [ 1 2 3 0 4 5 0 0 0 8]; B1 = {'A','B','C','D','E','F','G','H','I','J'}; D1 = []; for i =1:length(A1) if (A1(i) ~=0)...

7 years ago | 0

Answered
skip legend entries while plotting data
Suppose I have a vector A1 and B1 denotes its corresponding legends and I want to skip the legends for zeros in A1 means I don't...

7 years ago | 0

Question


Fix function evaluations in ga
I want to fix my number of maximum function evaluation as stopping criteria in ga. How can i do it?

10 years ago | 2 answers | 1

2

answers