Community Profile

photo

karra


Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • First Review

View badges

Feeds

View by

Question


can i implement this function using artificial bee colony algorithm or any other except with genetic and pso(optimization)??????
function y = simple_fitness(x) y = 100*(x(1)^2 - x(2))^2 + (1 - x(1))^2; lb<x(1)<ub % lb is lower bound and ub is upper ...

9 years ago | 1 answer | 0

1

answer