partSolutionSpace {evoper}R Documentation

partSolutionSpace

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

partSolutionSpace(parameters, d = 4)

Arguments

parameters

The Objective Function parameter list

d

The partition size. Default value 4.

Value

A set of solutions


[Package evoper version 0.5.0 Index]