C++:计算一个Box-Behnken设计,一组用于对行为进行采样的参数 多个参数的函数 test.hpp # test.cpp test.hpp double *box_behnken ( int dim_num, int x_num, double range[] ); int box_behnken_size (