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