In the previous chapter, I covered the theory of constructing optimization algorithms. We looked at what genetic algorithms are and from which operators they can be constructed. In this chapter, the time has come to put this information together to create a library that will become one of the important modules of the system for searching for profitable strategies.
- 1.
Write a ...