A B C D E F G H I J K L M N O P Q R S T U V W Z 

L

label() - Method in class examples.jmarkov.BucketBrigades
 
label() - Method in class examples.jmdp.Admit
 
label() - Method in class examples.jmdp.DemandEvent
 
label() - Method in class examples.jmdp.InvLevel
 
label() - Method in class examples.jmdp.Order
 
label() - Method in class examples.jmdp.TandemEvent
 
label() - Method in class jmarkov.basic.Action
The user MUST override this method to give a (hopefully short) label for the Action.
label() - Method in class jmarkov.basic.DecisionRule
 
label() - Method in class jmarkov.basic.Event
If this function is not overriden by the user it returns the Event number.
label() - Method in interface jmarkov.basic.JMarkovElement
This method returns a short String used in the user interface to describe this element.
label() - Method in class jmarkov.basic.PropertiesAction
 
label() - Method in class jmarkov.basic.PropertiesEvent
 
label() - Method in class jmarkov.basic.PropertiesState
Returns a string representation of this state in vector form.
label() - Method in class jmarkov.basic.State
Returns a (hopefully short) label that descibes the State.
label() - Method in class jmarkov.basic.StateEvent
 
label() - Method in class jmarkov.basic.Transition
 
label() - Method in class jmarkov.basic.TransitionsSet
 
label() - Method in class jmarkov.basic.ValueFunction
 
label() - Method in class jmarkov.GeomRelState
 
label() - Method in class jmarkov.GeomState
 
label() - Method in class jmarkov.jmdp.solvers.FiniteSolver
 
label() - Method in class jmarkov.jmdp.solvers.LPBCLAverageSolver
 
label() - Method in class jmarkov.jmdp.solvers.LPBCLDiscountedSolver
 
label() - Method in class jmarkov.jmdp.solvers.MPSQsOptAverageSolver
 
label() - Method in class jmarkov.jmdp.solvers.MPSQsOptDiscountedSolver
 
label() - Method in class jmarkov.jmdp.solvers.MPSXpressAverage
 
label() - Method in class jmarkov.jmdp.solvers.MPSXpressDiscounted
 
label() - Method in class jmarkov.jmdp.solvers.PolicyIterationSolver
 
label() - Method in class jmarkov.jmdp.solvers.PolicyIterationSolverAvg
 
label() - Method in class jmarkov.jmdp.solvers.RelativeValueIterationSolver
 
label() - Method in class jmarkov.jmdp.solvers.Solver
The sub classes must return the Solver name.
label() - Method in class jmarkov.jmdp.solvers.StochasticShortestPathSolver
 
label() - Method in class jmarkov.jmdp.solvers.ValueIterationSolver
 
label() - Method in class jmarkov.jqbd.solvers.CLPAlgorithm
 
label() - Method in class jmarkov.jqbd.solvers.ModBoundSolverFromMatrix
 
label() - Method in class jmarkov.jqbd.solvers.MtjLogRedSolverFromMatrix
 
label() - Method in class jmarkov.MarkovProcess
Returns the name of the model.
label() - Method in class jmarkov.solvers.JamaSolver
 
label() - Method in class jmarkov.solvers.JamaTransientSolver
 
label() - Method in class jmarkov.solvers.MtjLogRedSolver
 
label() - Method in enum jmarkov.solvers.MtjSolver.EnumPrecond
Returns a label with the solver name.
label() - Method in class jmarkov.solvers.MtjSolver
 
label() - Method in class jmarkov.solvers.Solver
The name of this solver.
label() - Method in class jphase.AbstractContPhaseVar
 
label() - Method in class jphase.AbstractDiscPhaseVar
 
LeadTimeStochasticDemand - Class in examples.jmdp
This file models a multi item inventory problem.
LeadTimeStochasticDemand(States<LeadTimeState>, int, int, int, int, double, double, double, double, double, double, double) - Constructor for class examples.jmdp.LeadTimeStochasticDemand
 
length() - Method in class examples.jmdp.Bank2Queues
 
lnBinomial(int, int) - Static method in class jphase.Utils
ln Binomial coefficient.
lnFactorial(int) - Static method in class jphase.Utils
Computes the log of Factorial function
lnGamma(double) - Static method in class jphase.Utils
Computes the log of gamma function.
lnPermut(int, int) - Static method in class jphase.Utils
Computes ln( n!
loadDouble(String) - Static method in class examples.jmarkov.Jackson
Reads an array of double form a file.
loadFromFile(File, boolean) - Method in class jmarkov.gui.MarkovClassLoader
Loads a Class Markov Process/State/Event from a file.
loadGUI() - Method in class jmarkov.MarkovProcess
Loads the Graphic User Interface (GUI) that represent this Markov Chain.
loadInt(String) - Static method in class examples.jmarkov.Jackson
Load an array of int from a file.
loadJamaMatrix(String) - Static method in class examples.jmarkov.Jackson
Loads a JAMA matrix from a file.
loadJamaMatrix(String) - Static method in class examples.jmdp.CattleGrowth
 
loadMatrix(String) - Static method in class examples.jmarkov.Jackson
Load a matrix as an aary.
loadMP(String[]) - Method in class jmarkov.gui.MarkovGUI
Loads a model from the given classes
loadMP(MarkovProcess<?, ?>) - Method in class jmarkov.gui.MarkovGUI
Loads the given SimpleMarkovProcess in the GUI
logPrecision - Static variable in class jphase.fit.EMPhaseFit
 
lossFunction1(double) - Method in class jphase.AbstractContPhaseVar
 
lossFunction1(double) - Method in class jphase.AbstractDiscPhaseVar
 
lossFunction1(double) - Method in interface jphase.PhaseVar
Evaluates the loss function of order 1 at x
lossFunction2(double) - Method in class jphase.AbstractContPhaseVar
 
lossFunction2(double) - Method in class jphase.AbstractDiscPhaseVar
 
lossFunction2(double) - Method in interface jphase.PhaseVar
Evaluates the loss function of order 2 at x
LPBCLAverageSolver<S extends State,A extends Action> - Class in jmarkov.jmdp.solvers
This solver solves a average-cost infinite horizon MDP by building and solving a linear problem using as interface Xpress BCL.
LPBCLAverageSolver(DTMDP<S, A>) - Constructor for class jmarkov.jmdp.solvers.LPBCLAverageSolver
The constructor method exclusively receives a problem of the type DTMDP because this solver is only designed to work on infinite discrete horizon problems.
LPBCLDiscountedSolver<S extends State,A extends Action> - Class in jmarkov.jmdp.solvers
This solver solves a discounted infinite horizon MDP by building and solving a linear problem using as interface Xpress BCL.
LPBCLDiscountedSolver(DTMDP<S, A>, double) - Constructor for class jmarkov.jmdp.solvers.LPBCLDiscountedSolver
The constructor method receives a problem of the type infinite DTMDP and an interest rate that is modified for being used as discount factor.
LPSolver<S extends State,A extends Action> - Interface in jmarkov.jmdp.solvers
 
LR - Variable in class jphase.GUI.NewQueueDialog
 
lumpCost(BankQueues, BankServers) - Method in class examples.jmdp.Bank2Queues
 
lumpCost(CTStock, Order) - Method in class examples.jmdp.CTInventory
 
lumpCost(CTStockE, Order, CTInventoryEvent) - Method in class examples.jmdp.CTInventoryEvents
 
lumpCost(S, A) - Method in class jmarkov.jmdp.CTMDP
Cost incurred instantaneously in the moment when action a is taken from state i.
lumpCost(S, A) - Method in class jmarkov.jmdp.CTMDPEv
 
lumpCost(S, A, E) - Method in class jmarkov.jmdp.CTMDPEv
Reward instantaneously gained in the moment when action a is taken from state i.
lumpCost(StateEvent<S, E>, A) - Method in class jmarkov.jmdp.CTMDPEvA
 
lumpCost(S, A, E) - Method in class jmarkov.jmdp.CTMDPEvA
Reward instantaneously gained in the moment when action a is taken from state i.
A B C D E F G H I J K L M N O P Q R S T U V W Z