partSolutionSpace: partSolutionSpace

Description Usage Arguments Value

Description

Creates the initial Solution population taking into account the lower an upper bounds of provided experiment factors. This method works by dividing the solution space into partitions of size 'd' and then creating a full factorial combination of partitions.

Usage

1
partSolutionSpace(parameters, d = 4)

Arguments

parameters

The Objective Function parameter list

d

The partition size. Default value 4.

Value

A set of solutions


evoper documentation built on May 2, 2019, 12:13 a.m.