src.manfred.shared

Module Contents

Functions

do_evaluations(func, x_sample, state, n_evaluations_per_x, return_type, batch_evaluator, batch_evaluator_options)

aggregate_evaluations(evaluations)

add_to_cache(x, evaluation, cache)

hash_array(arr)

Create a hashsum for fast comparison of numpy arrays.

is_in_bounds(x, bounds)

do_evaluations(func, x_sample, state, n_evaluations_per_x, return_type, batch_evaluator, batch_evaluator_options)[source]
aggregate_evaluations(evaluations)[source]
add_to_cache(x, evaluation, cache)[source]
hash_array(arr)[source]

Create a hashsum for fast comparison of numpy arrays.

is_in_bounds(x, bounds)[source]