Using a Population-based Algorithm (E.g. Genetic Algorithm or Ant Colony Optimisation algorithms) solve the following integer programming problem Maximize: f(x, y) = 52x+40y Subject to 6x-y-9 70x + 30y≤ 4731 x² + y² < 3893 x²-150x+80y≤ - 2832 x = [0,82], y ≤ [0,37] 1) Provide the python code 2) Answer the following: (i) Best solution found is (x,y)=(...,...) (ii) Objective function value f(x,y)=... (expected to be ≥3676) (iii) Checking all the constraints: 6x-y=... (expected to be >-9) 60x+20y=... (expected to be <4731) x2+y2=... (expected to be <3893) 109x2-110x+60y=... (expected to be <-2832)
Using a Population-based Algorithm (E.g. Genetic Algorithm or Ant Colony Optimisation algorithms) solve the following integer programming problem Maximize: f(x, y) = 52x+40y Subject to 6x-y-9 70x + 30y≤ 4731 x² + y² < 3893 x²-150x+80y≤ - 2832 x = [0,82], y ≤ [0,37] 1) Provide the python code 2) Answer the following: (i) Best solution found is (x,y)=(...,...) (ii) Objective function value f(x,y)=... (expected to be ≥3676) (iii) Checking all the constraints: 6x-y=... (expected to be >-9) 60x+20y=... (expected to be <4731) x2+y2=... (expected to be <3893) 109x2-110x+60y=... (expected to be <-2832)
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
Expert Solution
Step 1
Answer:
Algorithms
Step1: we have initialize the answer and assign 0
Step2: then we have initialized X1 ,and Y1 and assign both as 0
Step3: we run the for loop up to 0 to 83 as x and inner loop run 0 to 38 as y
Step4: we have check the condition with the help of if condition and calculate the result and print it
Step by step
Solved in 4 steps with 1 images
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY