Updaters Folder
This folder contains steering-state update strategies.
Files
-
base.pyShared update helpers and common behavior. -
winner_copy.pyCopies the winning candidate state directly. -
winner_average.pyMoves the incumbent toward the winning candidate by averaging. -
linear_pref.pyApplies a stronger linear move toward the selected winner. -
__init__.pyPackage marker.
Role in the system
Updaters consume normalized feedback and decide how the incumbent steering vector changes after each round.