Displaying 2 results from an estimated 2 matches for "toshihide".
2011 Jul 13
2
Very slow optim()
Dear list,
I am using optim() function to MLE ~55 parameters, but it is very slow to converge (~ 25 min), whereas I can do the same in ~1 sec. using ADMB, and ~10 sec using MS EXCEL Solver.
Are there any tricks to speed up?
Are there better optimization functions?
Thanks
Toshihide "Hamachan" Hamazaki, $B_@:j=S=((JPhD
Alaska Department of Fish and Game: $B%"%i%9%+=#5y6HLn@8F0J*2](J
Diivision of Commercial Fisheries: $B>&6H5y6HIt(J
333 Raspberry Rd. Anchorage, AK 99518
Phone: (907)267-2158
Cell: (907)440-9934
[[alternative HTML version delet...
2001 Feb 01
1
daemon
Hi,
I am struggling with starting smbd and nmbd as daemon under
RH7.0. I made a file just like the example in the doc:
#!/bin/sh
/usr/local/samba/bin/smbd -D
/usr/local/samba/bin/nmbd -D
which I called "startsmb". Then I changed added the execution
permission and ran it, but it doesn't run as a daemon.
I also tried running both commands from the command line, but
it