Skip to content

Tcl wrapper for optimization procedures (mostly for non-linear fitting)

License

Notifications You must be signed in to change notification settings

georgtree/tclopt

Repository files navigation

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Content

This package provides tcl wrapper for optimization procedures. The sources of procedures are:

Installation and dependencies

For building you need:

For run you also need:

To build run

./configure
make
sudo make install

If you have different versions of Tcl on the same machine, you can set the path to this version with -with-tcl=path flag to configure script.

For Windows build it is strongly recommended to use MSYS64 UCRT64 environment, the above steps are identical if you run it from UCRT64 shell.

Supported platforms

I've tested it on:

  • Kubuntu 24.04 with Tcl 9
  • Windows 11 in MSYS64 UCRT64 environment with Tcl9

Documentation

You can find some documentation here