Discussing the article: "Population optimization algorithms: Shuffled Frog-Leaping algorithm (SFL)" - page 2

 
Dmitry Fedoseev #:

I'm sorry, but I'm wrong of course, right there in that line of code:

won't an object of each type be created?

...then how, only one type will be used during the whole time of the programme.

This line is where the factories are created. They are indeed reserved for all classes (at start time). A factory creates a working object by explicitly calling create.