create_init_simplex: Generates a simplex from the evaluated decicion vectors and...

Description Usage Arguments Value

View source: R/create_init_simplex.R

Description

Generates a simplex from the evaluated decicion vectors and coresponding scalarized objective value.

Usage

1
create_init_simplex(Xe, Ye, Ys, P)

Arguments

Xe

- an k x N matrix of evaluated vectors in the decison space, where N is a number of decision variables

Ye

- an k x M matrix of evaluated vectors in the objective space, where M is a number of objective functions

Ys

- a vector of lenght k containing scalarized objective values

P

- a list returned by function pareto_filter

Value

initial simplex used in a local search; it's a matrix (N+1) x (N+1), where rows correspond to vertices, first N columns are decision variables, last column - scalarized function value


ingridas/EPICR documentation built on May 18, 2019, 4:54 a.m.