insert.row: Insert row into a matrix at a given row index
Description
Used in initalization step (feasible_point_search.R).
Usage
insert.row(evaluations, row, idx.after)
Arguments
- evaluations
Matrix of violation function evaluations.
- row
Row (evaluations) to be added to the evaluation matrix.
- idx.after
Index of the row of evaluations
after which the given
row should be placed.