upb-lea / PSOAS

Particle Swarm Optimization Assisted by Surrogates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create optimizer class

hvater opened this issue · comments

  • We should create a first draft for the optimizer, which implements the loop which is part of the swarm_dev.ipynb
  • We should also change the pbest update to a matrix operation instead of a for loop