TaoGAApplicationCreate
Creates a TaoApplication that uses GA data structures. The vectors used for gradient and other information can be a GA Vec. The routines for function evaluation, and derivative information can also used GA arguments.
Synopsis
#include "taoapp_ga.h"
int TaoGAApplicationCreate(MPI_Comm comm, TAO_GA_APPLICATION* newapp)
Input Parameters
comm -an MPI communiicator
Output Parameters
newapp -the TaoApplication structure
See Also
TaoGAAppSetObjectiveAndGradientRoutine(), TaoGAAppDestroy()
Keywords
GAApplication
Level:beginner
Location:src/external/globalarraytao/taoapp_ga.c
TAO Solver Index
Table of Contents