--- On Mon, 6/16/08, Philip A. Viton <[EMAIL PROTECTED]> wrote: > I've just come across a python interface to a bunch of > open-source > optimization packages: see > > http://scipy.org/scipy/scikits/wiki/OpenOpt > > Does anyone know enough about python and the way it handles > calls to > external programs to be able to estimate whether a similar > interface > could be provided for J?
It looks like a Numerical Optimization package written in Python. So to use it in J, Python code needs to be invoked using cd DLL interface. See Embedding Python in Your C Programs http://www.linuxjournal.com/article/8497 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
