LEAP is a general purpose Evolutionary Computation package that combines readable and easy-to-use syntax for search and optimization algorithms with powerful distribution and visualization features.
// Private constructor to prevent instantiation of this utility class. * Calculates the nth Fibonacci number. * @param n The index of the Fibonacci number to calculate. * @return The nth Fibonacci ...