diff --git a/WHATS_NEW.md b/WHATS_NEW.md index 81e4ab14..16fd7392 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -28,7 +28,7 @@ With AbstractRuinStrategy and AbstractInsertionStrategyPrettyAlgorithmBuilder you can finally build your algorithm, basically just by adding your strategies. All -other things that needs to be done to wire up the components of your algorithm does the builder for you. +other things that need to be done to wire up the components of your algorithm does the builder for you. A third improvement in this regards is that you can switch on and off certain strategies or just change their weights in the course of the search (which allow you to adapt your strategies e.g. according to its recorded success). You do that by informing the strategy manager to change a strategy's weight much like this: