optimalSearch: A function for determining the optimal actions and updated...

Description Usage Arguments Value

View source: R/optActions.R

Description

A function for determining the optimal actions and updated information obtained by Gaussian SSM

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
optimalSearch(
  t_count,
  param,
  policy,
  WatObs,
  temData,
  precData,
  GlobRdData,
  iniTrueWat,
  givenWatInfo
)

Arguments

t_count

The time period of observing weather data

param

Parameter values given in R function setParam

policy

The optimal policy of the MDP

WatObs

Given soil water content data (if givenWatInfo==TRUE)

temData

Temperature data

precData

Precipitation data

GlobRdData

Global Radiation data

iniTrueWat

Initial soil-water content at day t=1

givenWatInfo

A boolean value

Value

A data frame containing the optimal actions and updated information obtained by Gaussian SSM


ParisaBagheriTookanlou/FieldReadiness documentation built on Dec. 18, 2021, 6:40 a.m.