initSolution: initSolution

View source: R/helper-functions.R

initSolutionR Documentation

initSolution

Description

Creates the initial Solution population taking into account the lower an upper bounds of provided experiment factors.

Usage

initSolution(parameters, N = 20, sampling = "mcs")

Arguments

parameters

The Objective Function parameter list

N

The size of Solution population

sampling

The population sampling scheme, namelly <mcs|lhs|ffs> standing respectively for montecarlo sampling, latin hypercube sampling and full factorial sampling

Value

A random set of solutions


evoper documentation built on Jan. 28, 2026, 5:06 p.m.

Related to initSolution in evoper...