https://github.com/cran/soobench
Raw File
Tip revision: 81acd25d0a6c5bebba5e330b793ab525b3afd415 authored by Eric Kalosa-Kenyon on 09 February 2020, 15:30:02 UTC
version 1.9.18
Tip revision: 81acd25
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(first_hitting_times,numeric)
S3method(first_hitting_times,recording_function)
S3method(function_id,soo_function)
S3method(function_id,soo_function_generator)
S3method(function_id,wrapped_soo_function)
S3method(function_name,soo_function)
S3method(function_name,soo_function_generator)
S3method(function_name,wrapped_soo_function)
S3method(global_minimum,soo_function)
S3method(global_minimum,wrapped_soo_function)
S3method(inner_function,counting_function)
S3method(inner_function,fixed_budget_function)
S3method(inner_function,recording_function)
S3method(is_counting_function,counting_function)
S3method(is_counting_function,soo_function)
S3method(is_counting_function,wrapped_soo_function)
S3method(is_recording_function,recording_function)
S3method(is_recording_function,soo_function)
S3method(is_recording_function,wrapped_soo_function)
S3method(lower_bounds,soo_function)
S3method(lower_bounds,wrapped_soo_function)
S3method(number_of_evaluations,counting_function)
S3method(number_of_evaluations,wrapped_soo_function)
S3method(number_of_parameters,soo_function)
S3method(number_of_parameters,wrapped_soo_function)
S3method(plot,soo_function)
S3method(print,soo_function)
S3method(random_parameters,soo_function)
S3method(random_parameters,wrapped_soo_function)
S3method(recorded_values,recording_function)
S3method(recorded_values,wrapped_soo_function)
S3method(reset_evaluation_counter,counting_function)
S3method(reset_evaluation_counter,wrapped_soo_function)
S3method(upper_bounds,soo_function)
S3method(upper_bounds,wrapped_soo_function)
export(counting_function)
export(first_hitting_times)
export(function_id)
export(function_name)
export(generate_ackley_function)
export(generate_batman_function)
export(generate_bbob2009_function)
export(generate_beale_function)
export(generate_branin_function)
export(generate_chained_LQ_function)
export(generate_chained_cb3_i_function)
export(generate_chained_cb3_ii_function)
export(generate_chained_crescent_II_function)
export(generate_chained_crescent_I_function)
export(generate_chained_mifflin_function)
export(generate_discus_function)
export(generate_double_sum_function)
export(generate_ellipsoidal_function)
export(generate_generalized_maxq_function)
export(generate_generalized_mxhilb_function)
export(generate_goldstein_price_function)
export(generate_griewank_function)
export(generate_happycat_function)
export(generate_himmelblau_function)
export(generate_kotanchek_function)
export(generate_mexican_hat_function)
export(generate_noisy_bbob2009_function)
export(generate_nonsmooth_generalized_brown_2_function)
export(generate_number_of_active_faces_function)
export(generate_rastrigin_function)
export(generate_rosenbrock_function)
export(generate_sphere_function)
export(generate_weierstrass_function)
export(global_minimum)
export(is_counting_function)
export(is_recording_function)
export(is_soo_function)
export(is_soo_function_generator)
export(lower_bounds)
export(number_of_evaluations)
export(number_of_parameters)
export(plot_1d_soo_function)
export(plot_2d_soo_function)
export(random_parameter)
export(random_parameters)
export(recorded_values)
export(recording_function)
export(reset_evaluation_counter)
export(rotate_parameter_space)
export(soo_function)
export(upper_bounds)
export(with_fixed_budget)
importFrom(grDevices,terrain.colors)
importFrom(graphics,contour)
importFrom(graphics,image)
importFrom(graphics,plot)
importFrom(stats,runif)
useDynLib(soobench,do_bbob_eval)
useDynLib(soobench,do_bbob_opt)
useDynLib(soobench,do_eval_batman)
useDynLib(soobench,do_eval_happycat)
useDynLib(soobench,do_f_ackley)
useDynLib(soobench,do_f_beale)
useDynLib(soobench,do_f_branin)
useDynLib(soobench,do_f_chained_cb3_i)
useDynLib(soobench,do_f_chained_cb3_ii)
useDynLib(soobench,do_f_discus)
useDynLib(soobench,do_f_double_sum)
useDynLib(soobench,do_f_ellipsoidal)
useDynLib(soobench,do_f_generalized_maxq)
useDynLib(soobench,do_f_generalized_mxhilb)
useDynLib(soobench,do_f_goldstein_price)
useDynLib(soobench,do_f_griewank)
useDynLib(soobench,do_f_himmelblau)
useDynLib(soobench,do_f_kotanchek)
useDynLib(soobench,do_f_mexican_hat)
useDynLib(soobench,do_f_nonsmooth_generalized_brown_2)
useDynLib(soobench,do_f_number_of_active_faces)
useDynLib(soobench,do_f_rastrigin)
useDynLib(soobench,do_f_rosenbrock)
useDynLib(soobench,do_f_sphere)
useDynLib(soobench,do_f_weierstrass)
useDynLib(soobench,do_set_bbob_noise_seed)
back to top