select.optimal: Select Optimal Block Combination

View source: R/select_optimal.R

select.optimalR Documentation

Select Optimal Block Combination

Description

Select Optimal Block Combination

Usage

select.optimal(
  info.sum,
  traits.grid,
  info.start = NULL,
  K,
  K.final,
  weights.grid = NULL,
  constraint.list = NULL,
  direction = "max"
)

Arguments

info.sum

summary of block information as returned from calc.info.block

traits.grid

grid of traits for which block information was calculated

K

integer number of blocks in the pool

K.final

integer, final number of blocks

direction

character, direction of optimization (min or max), defaults to max

Value

list: solved should equal 0 if a solution was found, ind.opt contains the indices of selected blocks


susanne-frick/MFCblockInfo documentation built on Oct. 20, 2024, 8:26 p.m.