sa_func_parallel_inputs_func Interface

interface
public subroutine sa_func_parallel_inputs_func(me, x)

Arguments

Type IntentOptional Attributes Name
class(simulated_annealing_type), intent(inout) :: me
real(kind=wp), intent(in), dimension(:,:) :: x

input points (n x n_inputs), each column is one x vector

Description

interface for parallel function evaluations. This function receives the input points for evaluation