diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-09 10:08:37 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-09 10:09:40 +0100 |
commit | fd9ea462ba438c023e33902449429eae6d2dc28f (patch) | |
tree | ea2764357d1a1f61bfdc9c789be45f380f810bb3 /CakePenalties.R | |
parent | ae64167d93bfae36158578f0a1c7771e6bab9350 (diff) |
Version 3.5, from a fresh installationv3.5
Diffstat (limited to 'CakePenalties.R')
-rwxr-xr-x[-rw-r--r--] | CakePenalties.R | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CakePenalties.R b/CakePenalties.R index b4f24d4..33d2e0b 100644..100755 --- a/CakePenalties.R +++ b/CakePenalties.R @@ -1,6 +1,7 @@ # $Id$ # Some of the CAKE R modules are based on mkin -# Modifications developed by Tessella for Syngenta: Copyright (C) 2011-2020 Syngenta +# Modifications developed by Hybrid Intelligence (formerly Tessella), part of +# Capgemini Engineering, for Syngenta, Copyright (C) 2011-2022 Syngenta # Tessella Project Reference: 6245, 7247, 8361, 7414, 10091 # # The CAKE R modules are free software: you can redistribute it and/or modify @@ -17,6 +18,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # Penalty function for fits that should not be accepted +# Note: If the penalty scale is updated from 10 then the reported % penalty in ReportGenerator.cs will need to be updated CakePenalties<-function(params, modelled, obs, penalty.scale = 10, ...){ # Because the model cost is roughly proportional to points, # make the penalties scale that way too for consistent behaviour |