Currently there are: at least one strategy of each type, a WIP step function in a main algorithm and stubbed main for testing.
Next step should be debugging what we've got so far so we are 99% sure it's correct. We can make GUI in parallel since it won't interfere with debugging and we have some initial functionality to test. GUI have to plot a graph - for now in a single thread, we'll see if it's worth making calculations in a different thread.
After GUI is up and running, other strategies have to be implemented.
Currently there are: at least one strategy of each type, a WIP step function in a main algorithm and stubbed main for testing.
Next step should be debugging what we've got so far so we are 99% sure it's correct. We can make GUI in parallel since it won't interfere with debugging and we have some initial functionality to test. GUI have to plot a graph - for now in a single thread, we'll see if it's worth making calculations in a different thread.
After GUI is up and running, other strategies have to be implemented.