Answered step by step
Verified Expert Solution
Question
1 Approved Answer
9 : 2 8 AM Thu May 9 A production - gradescope - uploads.s 3 - us - west - 2 . amazonaws.com 2 of
: AM Thu May
A
productiongradescopeuploads.suswestamazonaws.com
of
ISE
HW
Problem #
Consider the following optimization problem:
min :
:
AAidots,
where the variables of the multivariable optimization problem are integers. Use Extension type approach, ie Treat the multiple variables together as one structure or as one vector Answer the following:
a Let be the current solution. Ignore Constraints & and write all the possible feasible immediate neighbors star neighbors or unit neighbors of the current solution.
b Let be the current solution. Ignore Constraints & and write possible feasible extended neighbors of the current solution.
c Execute one full iteration of the greedy search with the immediatestar neighborhood. Use starting solution as Handle Constraint & by creating a penalized objective function. Assume all the penalty coefficients are equal to
d Execute full iterations of the randomwalk search with the extendedexpanded neighborhood. Use starting solution as Handle Constraint & by creating a penalized objective function. Assume all the penalty coefficients are equal to Use random numbers from the random number table. See explanation at the end of this HW for generating random numbers.
e Execute iterations of the simulated annealing with following parameters: Initial temperature be and starting solution be Neighborhood type Extended neighborhood, Move type Random walk, Pool size Max # tries Cooling mechanism After iterations irrespective of success or failure in the iteration reduce the temperature to and continue with the remaining iterations. Handle Constraint & by creating a penalized objective function. Assume all the penalty coefficients are equal to
f Execute one next iteration of the tabu search with following parameters: Current solution Neighborhood type Immediate neighborhood, Move type Greedy move, Tenure period and the current tabu list is: The Constraint & were handled by creating a penalized objective function, where all the penalty coefficients are equal to
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started