math-optim/bench/cec2020/vars.go
leo 0f32f04143
All checks were successful
continuous-integration/drone/push Build is passing
add cec2020 package (wip)
2023-02-01 23:26:37 +01:00

10 lines
203 B
Go

// Copyright 2023 wanderer <a_mirre at utb dot cz>
// SPDX-License-Identifier: GPL-3.0-or-later
package cec2020
/*
extern double *OShift,*M,*y,*z,*x_bound;
extern int ini_flag,n_flag,func_flag,*SS;
*/