From Optflux
Jump to: navigation, search
Line 5: Line 5:
  
 
== First things first ==
 
== First things first ==
 +
 +
 +
OptFlux is built on top of [[http://www.aibench.org AIBench]] meaning that OptFlux itself are a set of plug-ins for the AIBench framework.
  
  
Line 16: Line 19:
  
  
=== Configuring for your architecture (Win32, Unix, MacOSX - ia64) ===
+
=== Configuring Eclipse for your architecture (Win32, Unix, MacOSX - ia64) ===
 
 
  
  

Revision as of 22:15, 28 November 2010

Welcome to the developers tutorials!

In here you will find everything that you need to start developing plug-ins for OptFlux.


First things first

OptFlux is built on top of [AIBench] meaning that OptFlux itself are a set of plug-ins for the AIBench framework.


Getting the code

From version packages

Latest version from Sourceforge SVN

Configuring Eclipse for your architecture (Win32, Unix, MacOSX - ia64)

OptFlux Architecture

AIBench specifics

Operations in OptFlux

The Datatypes of OptFlux

Views in OptFlux

Your first basic plug-in

Deployment and versioning

How To's

Accessing data from the clipboard

Performing a simulation and retrieving results

Creating a tabular view for your data

Performing an Optimization Procedure

Invoking other operations from your own

Adding results from your operation to the Clipboard

Developing your own GUI for an Operation