Community Profile

photo

youn chan choi


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How can I apply the Genetic Algorithm to this function?
P1 = 25; P2 = 37.5; P3 = 20; W1 = [5, 10]; W2 = [5, 10]; W3 = [5, 10]; L1 = [40, 60]; L2 = [25, 40]; L3 = [15, 25]; r1 ...

2 years ago | 1 answer | 0

1

answer

Question


How can I find maximum value of this function???
P1 = 25; P2 = 37.5; P3 = 20; W1 = [5, 10]; W2 = [5, 10]; W3 = [5, 10]; L1 = [40, 60]; L2 = [25, 40]; L3 = [15, 25]; r1 ...

2 years ago | 1 answer | 0

1

answer

Question


How can i get optimization or interpolation value for this 3-data?
x = [30 34 38 42 46 50 54 58 62 66 70 30 34 38 42 46 54 58 62 66 70]; y = [70 66 62 58 54 50 46 42 38 34 30 30 34 38 42 46 54 5...

2 years ago | 2 answers | 0

2

answers

Question


how can I solve this problem..
syms theta0 th = -y+cos(theta0)*x^2-g*x^2/(2*v0^2*sin(theta0)^2) == 0; theta0 = [0 pi]; stheta0 = fzero(th,theta0); I wa...

3 years ago | 1 answer | 0

1

answer