User should be able to click "add pairs" button. This button will add more pairs (based on the "initial pairs" param. These pair should immediately undergo the same process the "old" pairs went through in order to "catch up".
This change requires some refactoring to the current engines (both average and monte carlo engines) for extracting most of the logic into pure functions. The current implementation of the engines it too coupled to states, which makes such a change a bit more complex.
User should be able to click "add pairs" button. This button will add more pairs (based on the "initial pairs" param. These pair should immediately undergo the same process the "old" pairs went through in order to "catch up".
This change requires some refactoring to the current engines (both average and monte carlo engines) for extracting most of the logic into pure functions. The current implementation of the engines it too coupled to states, which makes such a change a bit more complex.