LBL Homepage GenOpt Header

Home
What's New
Summary
Overview
Download
Javadoc
FAQ
Support
    

Javadoc

Javadoc is the code documentation of the Java Classes. Javadoc is only of interest if you want to implement your own optimization algorithm.

For implementing your own optimization algorithms, you need to extend the Class genopt.algorithm.Optimizer, which interfaces the GenOpt kernel.

To do so, follow the instructions listed in the GenOpt manual and use the methods of the Class genopt.algorithm.Optimizer described in this Javadoc documentation to interface the GenOpt kernel.

View Javadoc online.