Changes in version 1.5 o faster algorithms for computing Pareto fronts o default initialisation with LHS o minor fix Changes in version 1.4 (2024-07-29) o new Fortran subroutines to find Pareto fronts (speeding-up computations) Changes in version 1.3 (2022-02-25) o fix issue #3: passing extra arguments to the user's function o fix issue #2: protection against NA values in dominate() function o new verbosity option o third possible choice for evaluations: the entire population can be transmitted to the user function (carallel=2) o new vignette examples: - calling options of the R user function - using a Python function with caRamel - parallelism with MPI - multi-fronts optimization o bug fix number of calls when sensitivity is required Changes in version 1.2 (2020-09-17) o option to compute the sensitivity of the Pareto front (first order derivatives) o bug fix when none or less than 4 feasible points in the initial population o parameter 'write_gen' is now of logical type o new reference for citing caRamel (HESS journal) Changes in version 1.1 (2019-05-28) o add vignettes o add plot functions (plot_caramel, plot_pareto) o add small complements in documentation o renaming of caRamel argument "noms_obj" as "objnames" o add caRamel argument "graph" to display graphical output Changes in version 1.0 (2018-03-05) o change version numbering (CRAN) o add small executable examples to all Rd files (CRAN) o add info on the method and references in the description file Changes in version 0.0 o first open source release