Skip to content

ahmadjordan/tao-1.10.1-p3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  
Toolkit for Advanced Optimization (TAO)

This is the main directory of the Toolkit for Advanced Optimization.
This is work in progress, so changes in the interface will occur in
the future.  For the most up-to-date TAO information, see the web page
http://www.mcs.anl.gov/tao

Contents:
 - include       - public include files
 - src           - source code
 - lib           - compiled libraries
 - docs          - documentation
 - maint         - maintenance utilities
 - bmake         - makefile utilities

All library source code is within the source directory (src) and is
organized by the type of optimization problem, including
 - interface     - general TAO interface
 - bound         - bound constrained minimization
 - unconstrained - unconstrained minimization
Some additional tools are also available:
 - supplements   - supplementary tools
 - fortran       - fortran interface
Additional categories of optimization software (e.g., least squares,
more general constrained optimization, etc.) are under development
and will be included in future releases.


       ---------------------------------- tao --------------------------------
      /    /     /                  |                         \      \       \
     /    /     /                   |                          \      \       \
   lib  docs  include  --------------- src ------------       maint  bmake  (others)
                        /                |            \
                       /                 |             \
                      /                  |              \
               ------ bound ----      (others)     ------- unconstrained -------
               /         |      \                  /                |           \
              /          |       \                /                 |            \
         -- impls --   interface  examples   interface   ------- impls -----   examples
         /    |     \                                   /    |      |       \
        /     |      \                                 /     |      |        \
     blmvm  (others)   bqpip                        lmvm      nls   (others)   ntr
  (bound              (bound                    (limited   (Newton            (Newton
   limited            quadratic                  memory     line               trust
   memory             programming                variable   search)            region)
   variable           interior                   metric)
   metric)            point)

About

branch of original tao code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.2%
  • C 32.4%
  • C++ 3.6%
  • Fortran 1.6%
  • Makefile 1.3%
  • Tcl 0.5%
  • Other 0.4%