Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Differential evolution genetic algorithm
4.0
! This code includes a Differential Evolution algorithm for Optimal Control Problems !  The Fortran 90 program translates from the original MATLAB  !  version of differential evolution (DE). This FORTRAN 90 code  !  has been tested on Compaq Visual Fortran v6.1.  !  Any users new to the DE are encouraged to read the article of Storn and Price.  ! !  Refences: !  Storn, R., and Price, K.V., (1996). Minimizing the real function of the 
ningking1986
2016-08-23
2
1
A Fortran library--Flibs version 0.9
4.0
Flibs is a collection of Fortran modules for various tasks: - [cgi] facilitate web programming via CGI - [checking] checking various aspects of the code via instrumentation    and static analysis - [computing] computational tasks, such as automatic differentiation - [controlstructures] flow control structures such as finite state machines - [datastructures] support for implementing linked lists, dictionaries   and the like - [filedir] OS-level tasks regarding files and directories - [funit] a framework for unit testing, inspi
ningking1986
2016-08-23
1
1
No more~