You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using PSO to calculate/estimate positions for a locating system.
The algorithm is running frequently (e.g. every second).
So the last estimated position would already ba a quite good guess for the next one.
Is it possible to set the "prev_best_individual" initally when running the PSO?
Or is it possible to add a single individual to the first generation manually?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I am using PSO to calculate/estimate positions for a locating system.
The algorithm is running frequently (e.g. every second).
So the last estimated position would already ba a quite good guess for the next one.
Is it possible to set the "prev_best_individual" initally when running the PSO?
Or is it possible to add a single individual to the first generation manually?
Thanks in advance!
The text was updated successfully, but these errors were encountered: