Skip to contents

Create Optimisation Results Table

Usage

createOptimisationResultsTable(
  optimisationStrategies,
  averageWaterDemand,
  currentEnergyDemand,
  onlyBestSolutions = FALSE
)

Arguments

optimisationStrategies

average daily water demand in m3/h to be satisfied

averageWaterDemand

current specific energy demand

currentEnergyDemand

should only the best solutions be written to data.frame? Default: FALSE

onlyBestSolutions

return only best solutions? (default: FALSE)