Default OptionsNAG4M2 in solverMLE when setting solverMLE(...,ChooseSolver=>...) 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}},ChooseSolver=>"NAG4M2",OptionsNAG4M2=>{tStep =>.01,numberSuccessesBeforeIncrease => 5}) o2 = (2.0876, | .222222 -.111111 .0555556 |, 1) | -.111111 .222222 -.111111 | | .0555556 -.111111 .222222 | o2 : Sequence |