prioriactions 0.5.0
- Now we add the non-academic cbc solver as option in
solve()function.
- Update solve()function reference.
- Add the CONTRIBUTINGfile.
- New solver benchmarking vignette is added.
- Now blmparameter inproblem()is not
rounded.
- Now the parameter NodefileStartis incorporated
internally in the gurobi solver. Set in 0.5.
- Update vignettes.
prioriactions 0.4.2
- Fix gurobi solver params in solve()function.
- Update inputData()function reference.
- Now parameters a, b, c, d for
sensitivityinput are called delta1,
delta2, delta3, delta4 respectively.
prioriactions 0.4.1.1
prioriactions 0.4.1
- Now solve()function allows CPLEX solver.
- Update inputData()description about d
parameter.
- Update documentation.
- Now solve()function exports solution scores.
- Now we sort id’s of inputs data in inputData()function.
prioriactions 0.4
- Fixed problem()function. Now it works with recovery
objectives and data non-filtered, i.e. with non-threatened
features.
prioriactions 0.3.3
- Release candidate for CRAN.
prioriactions 0.3.2
- Release candidate for CRAN.
prioriactions 0.3.1
- Release candidate for CRAN.
prioriactions 0.3.0
- Update all functions documentation.
- Rename problemfunction asinputData()function for intuitiveness.
- Add problem()function to create different mathematical
models instead ofminimizeCostsandmaximizeBenefits.
- Now getPerformance()function incorporate information
of previous four functions (removed):getGap,getStatus,getTimeSolvingandgetObjectiveValue.
- Now getModelInfo()function incorporate information of
previous three functions (removed):getModelSense(),getNconstraintsandgetNvariables.
- Add getCost()function to get information about the
solution costs. ThegetActionsCost,getPlanningUnitsCostsandgetTotalCostsfunctions are deprecated.
- Add getConnectivity()function to get information about
the solution connectivity. ThegetPlanningUnitsConnectivity,getActionsConnectivityandgetTotalConnectivityare deprecated.
- Add getSolutionBenefit()function to get information
about the solution benefits. ThegetBenefitsandgetTotalBenefitsfunctions are deprecated.
- Add getPotentialBenefit()function to get maximum
benefits to achieve given a data.
- Add two different targets: recovery and conservation; the first
related to the actions to abated threads, and the second related to keep
planing units in benefit to features (without do actions).
prioriactions 0.2.0
- Update Mitchell River, Benefits and sensitivities
and Get started vignettes.
- Update all functions documentation.
- Add threatinput with information on different threats
within the exercise.
- Now rcpp functions work with pointers which allows to use less
memory.
- Add parameters a, b, c, d for
sensitivityinput added. These parameters allow work with
different sensitivities curves of threats-features. In addition to the
possibility to work with non-binary threat intensities.
- Now the sensitivityis an optional input.
- New maximizeBenefits()model function.
- Renamemin_costsmodel function asminimizeCosts()model function for consistency.
- New portfolio-classobjects to handle multiple
solutions.
- New evalBlm()function to create and solve multiple
models with differentblmparameters.
- New evalTarget()function to create and solve multiple
models with differenttargetparameters.
- New evalBudget()function to create and solve multiple
models with differentbudgetparameters.
- Now all methods of the solution-classare available as
functions for thesolution-classandporfolio-class.
prioriactions 0.1.2
- Update Mitchell River vignette.
- Add three new parameters to the function solve();
name_output_file is the name of the main output that is
exported only if the output_file parameter is TRUE, and
name_log is the name of the solver log (only using gurobi
solver) that is exported only if the log_file parameter is
TRUE.
- Fix getSolutionActions()andgetSolutionUnits()functions of thesolutionobject. Now these round the values assigned to each variable to the
integer nearest.
- Fix benefit()function of thesolutionobject. Now the calculation considers the amount of features and threats
other than 1 and 0.
- Update OptimizationProblemRcpp.cppfile. Now the models
considers the amount of features and threats other than 1 and 0.
- Fix typo that named files and variables sensibility instead
of sensitivity. All documentation was updated.
- Fix issue where the createtxt()function did not close
the export file correctly.
prioriactions 0.1.1
- Rcpp implementation working.
- Fix internals id’s for the proper functioning of the model
creation.
prioriactions 0.1.0