R/RcppExports.R

Defines functions calculate_solution_commonness_rcpp optimizer_min_conf

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

optimizer_min_conf <- function(alpha_list, total_gamma, target, max_iterations, partial_solution, fixed_species, seed = 0L, verbose = TRUE, interruptible = TRUE) {
    .Call(`_spectre_optimizer_min_conf`, alpha_list, total_gamma, target, max_iterations, partial_solution, fixed_species, seed, verbose, interruptible)
}

calculate_solution_commonness_rcpp <- function(solution_matrix) {
    .Call(`_spectre_calculate_solution_commonness_rcpp`, solution_matrix)
}

Try the spectre package in your browser

Any scripts or data that you put into this service are public.

spectre documentation built on July 17, 2021, 9:08 a.m.