Macaulay2 » Documentation
Packages » GraphicalModelsMLE :: solverMLE(...,OptionsNAG4M2=>...)
next | previous | forward | backward | up | index | toc

solverMLE(...,OptionsNAG4M2=>...) -- use options of "solveSystem" in "NumericalAlgebraicGeometry"

Synopsis

Description

Default OptionsNAG4M2 in solverMLE when setting solverMLE(...,Solver=>...) to "NAG4M2" are the default options of solveSystem in NumericalAlgebraicGeometry. All optional input in solveSystem is allowed.

i1 : G=mixedGraph(graph{{a,b},{b,c}})

o1 = MixedGraph{Bigraph => Bigraph{}       }
                Digraph => Digraph{}
                Graph => Graph{a => {b}   }
                               b => {a, c}
                               c => {b}

o1 : MixedGraph
i2 : solverMLE(G,matrix{{1,0,0},{0,1,0},{0,0,1}},Solver=>"NAG4M2",OptionsNAG4M2=>{tStep =>.01,numberSuccessesBeforeIncrease => 5})

o2 = (2.0876, | .222222  -.111111 .0555556 |, 1)
              | -.111111 .222222  -.111111 |
              | .0555556 -.111111 .222222  |

o2 : Sequence

Further information

See also

Functions with optional argument named OptionsNAG4M2: