photo

Gauri


Last seen: 7 months ago Active since 2023

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

7 Questions
0 Answers

Cody

0 Problems
2 Solutions

RANK
195,063
of 297,457

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
57.14%

VOTES RECEIVED
0

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
76,637
of 158,938

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Solver

View badges

Feeds

View by

Question


Senstivity analysis in GA
Hello, Im working to minimise the total cost incurred to retailer by finding optimum value of maximum inventory level using Ge...

11 months ago | 1 answer | 0

1

answer

Question


How to use values from excel file in genetic algorithm
Hello Im trying to minimise the total cost incurred to bread retailer by optimising maximum level of bread stored by retailer. ...

1 year ago | 2 answers | 0

2

answers

Question


How to add graphs to genetic algorithm
Hello Ive attached my objective function and genetic algorithm file. I used the code from the optim task to make the genetic ...

1 year ago | 2 answers | 0

2

answers

Question


Genetic algorithm gives same result everytime
Hello, I'm trying to minimise total cost of inventory incurred by a bread retailer, by optimising the maximum inventory level. ...

1 year ago | 1 answer | 0

1

answer

Question


How to restructure my objective function to optimise using genetic algorithm?
Hello I am solving an optimisation problem where i am minimising total cost from retailer pov. Ive attached my objective functi...

1 year ago | 1 answer | 0

1

answer

Question


where should i insert optimisation task
this is my code. my aim is to minimise the total cost, i want to do it using ga or pso option in optimisation task. the optimisa...

1 year ago | 0 answers | 0

0

answers

Question


how to use 'optim.problemdef.OptimizationVariable' as double
this is the code: %cost rates P = 20 H = 0.1 *P B = 10*P E = P; %demand vector D = [21 37 1 16 ...

1 year ago | 0 answers | 0

0

answers

Solved


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

1 year ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1 year ago