Mutation of hyperparameters with correction
Created by: Dreamlone
It is required to implement intelligent mutation of hyperparameters in operations. Therefore, we need to know the intervals of hyperparameter values (min and max). This cannot be done in the current implementation.
Therefore, we need to create a separate json file with parameters and their boundaries. And also to implement an algorithm that will access this json file.