= Rapid Prototyping Using the Scripting Environment = In this tutorial HeuristicLab's scripting functionalities are demonstrated by simple examples. All important aspects of the scripting environment are explained by starting with the implementation of the simple "hello world" program and ending with a quick insight into the source code of an Offspring Selection Genetic Algorithm that solves a Quadratic Assignment Problem using HeuristicLab's rich API. Further use cases are available as script samples in HeuristicLab. {{{ #!html
}}} === Keywords === * scripting * rapid prototyping