Tuesday, June 26, 2012

Vehicle Rollover Modeling

Here you can download a MATLAB solver to simulate a vehicle rolling using its single track dynamic model and predicting its rollover via LTR.

Download MATLAB 2008 Solver Source Code [.zip - 2 KB]

NSGA-II

NSGA-II is an algorithm for Multi-objective Optimization using GA presented by Deb. By determining cost functions, number of design variables and their value ranges, chromosomes length, number of initial population and number of generations, you can start optimizing. Here you can download NSGA-II VB.NET and MATLAB source codes which also supports Robust Optimzation (RBDO and RDO).

VB.NET NSGA-II Application