Code for Advanced Applications:
Attempts to duplicate the dynamic inverse model example:
linear_inverse_model_Script.m
(the main driver function)
linear_ode_function.m
(right-hand-side of the ordinary differential equation)
genetic_ode_function.m
(the original inverse problem)
genetic_ode_function_xt_minus_Ax.m
(modified inverse problem objective function)
Fitting an artificial neural net (ANN) with a genetic algorithm:
artificial_neural_net_Script.m
(the main driver function)
artificial_neural_net_genetic_fn.m
(compares the ANN output to the desired output)
John Weatherwax
Last modified: Sun May 15 03:46:24 EDT 2005