Description - <name>.randomizationTypeName: <name>.randomizationType Type: int Description: When searching for a new parameter set for an Attractor ChaosPro normally randomizes all parameters. Depending on the formula this might not be desirable, as then all randomizable parameters receive new values. As an example, remember the flame formula: It consists of round about 50 transformations which can be switched on and off. You normally don't want to switch on all 50 transformations. Instead, you switch on only a few of them. Now if they are all randomizable, ChaosPro cannot know that it should only randomize a few of them and leave the others 0. Instead, it always (!) would randomize the weights of all 50 transformations and thus switch them on. This would result in a very slow flame fractal. As such, you can define a randomization type. Currently the only supported values are "0" (default, if not specified) and "1". If "1", then ChaosPro allows you (when clicking on the search button) to randomize only 5 or 10 of them, the others are just set to the default value.
|