pub fn generate_reference_points_inner(
n_obj: usize,
n_divisions: usize,
) -> Vec<Vec<f64>>Expand description
Generate inner reference points for the two-layer reference point approach.
The inner lattice is scaled to lie inside the simplex, avoiding boundary degeneracy for certain problem types. Points are shifted toward the centroid: p’ = p * (1 - 1/M) + 1/M^2.