Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.362.784 Times

Freight Optimization freeware
Filter: All | Freeware | Demo
 

Freight Optimization

< 1 2 3 4 5 
Added: April 13, 2013 | Visits: 361

KP01 [FMAX,X] = KP01(W,P,C) solves the combinatorial optimization problem maximize F = SUM(P.*X), subject to SUM(W.*X)



Platforms: Matlab

License: Freeware Size: 10 KB Download (47): KP01 Download

Added: May 13, 2013 | Visits: 623

Hybrid Particle Swarm Optimization This upload contains a hybrid Particle Swarm Optimization algorithm for functions in the real space. An options file is also provided, which lets the user fully parameterize the process. The hybrid function used is the @fminsearch, which is available on the MATLAB core. The PSO performs very well...





Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Hybrid Particle Swarm Optimization Download

Added: April 17, 2013 | Visits: 851

Optimization of a Double Wishbone Suspension System This demo shows how to use MATLAB, Optimization Toolbox, and Genetic Algorithm and Direct Search Toolbox to optimize the design of a double wishbone suspension system.Note: You will need to have the following products installed in order to run this demo: MATLAB, Simulink, Optimization Toolbox,...


Platforms: Matlab

License: Freeware Size: 2.02 MB Download (46): Optimization of a Double Wishbone Suspension System Download

Added: March 22, 2013 | Visits: 665

Control optimization of a 4DOF arm using DIDO A 4 DOF arm based on the Motoman IA20 was built in AutoDesk Inventor. SimMechanics is used to generate a Simulink model. This model generates the dynamics for the robot implicitly, so there is no need to solve the equations of motion by hand. The dynamics are used by an control optimization...


Platforms: Matlab

License: Freeware Size: 2.25 MB Download (46): Control optimization of a 4DOF arm using DIDO Download

Released: July 08, 2012  |  Added: July 08, 2012 | Visits: 696

APMonitor Modeling Language The APMonitor Modeling Language is optimization software for differential and algebraic equations. It is coupled with large-scale nonlinear programming solvers for data reconciliation, real-time optimization, dynamic simulation, and nonlinear predictive control. It is available as a free web...


Platforms: Windows

License: Freeware Size: 225 KB Download (46): APMonitor Modeling Language Download

Added: June 27, 2013 | Visits: 543

MATLAB interface for L-BFGS-B L-BFGS-B is a collection of Fortran 77 routines for solving nonlinear optimization problems with bound constraints on the variables. One of the key features of the nonlinear solver is that the Hessian is not needed. I've designed an interface to the L-BFGS-B solver so that it can be called like...


Platforms: Matlab

License: Freeware Size: 61.44 KB Download (46): MATLAB interface for L-BFGS-B Download

Added: May 22, 2013 | Visits: 505

Load frequency control Base paper detail : "Improved Particle Swarm Optimization Based Load Frequency Control In A Single Area Power System"Saumya Kr. Gautam, Nakul Goyal Department of Electrical Engineering, IT-BHUVaranasi,India."This my first model, implementing IPSO/ Other Algorithm i will publish soon"


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Load frequency control Download

Added: May 24, 2013 | Visits: 560

Learning PID Tuning III: Performance Index Optimization Most PID tuning rules are based on first-order plus time delay assumption of the plant hence cannot ensure the best control performance. Using mordern optimization techniques, it is possible to tune a PID controller based on the actual transfer function of the plant to optimize the closed-loop...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (46): Learning PID Tuning III: Performance Index Optimization Download

Added: August 06, 2013 | Visits: 490

Analytical Target Cascading Example Analytical Target Cascading (ATC) is a method for solving large-scale distributed optimization problems. It can be applied to multidisciplinary design optimization (MDO) problems. A very simple example problem was chosen so that the ATC solution process could be illustrated without requiring much...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Analytical Target Cascading Example Download

Added: May 02, 2013 | Visits: 611

Complex Optimization of a Recurrent Neural Network This package includes files for modelling nonlinear dynamic systems using a recurrent generalized neural network. The learning scheme uses the complex method of nonlinear nonderivative optimization, thereby avoiding the problems of computing the derivative of an infinite impulse response filter...


Platforms: Matlab

License: Freeware Size: 256 KB Download (46): Complex Optimization of a Recurrent Neural Network Download

Added: August 06, 2013 | Visits: 438

gaevolve This function is a simple but flexible and usefull tool to implement genetic optimization algorithms that work with populations of custom units. This tool allows to customize the fitness function, the stopping criteria and the cross-over and mutation operators. This is a simple tool, written in...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): gaevolve Download

Added: August 15, 2013 | Visits: 556

Accelerated Particle Swarm Optimization This is an accelerated PSO (APSO), developed by Xin-She Yang in 2008. APSO does not use velocities or any inertia parameter.A full program for solving nonlinear constrained optimization problem (welded beam design as an example) is provided, which can be extended to solve other continuous...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Accelerated Particle Swarm Optimization Download

Added: August 04, 2013 | Visits: 567

New Approaches to Constrained Optimization in MATLAB M-files accompanying the webinar titled "New Approaches to Constrained Optimization in MATLAB" held on November 05, 2005These files provide what you need to run the two demos:1) The first demo is a demonstration of bound constrained optimization of non-smooth objective function using GA and also...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): New Approaches to Constrained Optimization in MATLAB Download

Added: August 22, 2013 | Visits: 560

Optimization Tips and Tricks New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems.Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to...


Platforms: Matlab

License: Freeware Size: 92.16 KB Download (45): Optimization Tips and Tricks Download

Added: April 12, 2013 | Visits: 431

Particle Swarm Optimization Toolbox Robust Particle Swarm toolbox implementing Trelea, Common, and Clerc types along with an alpha version of change detection.This toolbox is designed for researchers in Computational Intelligence as well as application developers, students, and classroom labs. It is robust enough that several...


Platforms: Matlab

License: Freeware Size: 757.76 KB Download (45): Particle Swarm Optimization Toolbox Download

Added: August 24, 2013 | Visits: 609

Global maximum point for 3D surface using GA This program demonstrates the optimization by genetic algorithm to find the global maximum height for thee dimensional multiple peak surface. The GA operates by real coding method with elitism


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Global maximum point for 3D surface using GA Download

Added: August 11, 2013 | Visits: 508

Dynamic Optimization This book starts with a review of parameter optimization and then treats dynamic optimization, first with fixed final time and no constraints, next with terminal contraints, and finally with terminal constraints and open final time. This is followed by chapters on linear-quadratic problems and...


Platforms: Matlab

License: Freeware Size: 1.1 MB Download (44): Dynamic Optimization Download

Added: March 25, 2013 | Visits: 418

SimMechanics pendulum used for control optimization Suspended and inverted pendulums were built in AutoDesk Inventor. SimMechanics is used to generate a Simulink model. This model generates the dynamics implicitly, so there is no need to solve the equations of motion by hand. The dynamics are used by control optimization software: DIDO, available...


Platforms: Matlab

License: Freeware Size: 2.25 MB Download (44): SimMechanics pendulum used for control optimization Download

Added: May 13, 2013 | Visits: 394

SwarmOps mplements the following optimization methods which do not use the gradient of the problem being optimized:* Particle Swarm Optimization (see http://en.wikipedia.org/wiki/Particle_swarm_optimization)* Differential Evolution (see http://en.wikipedia.org/wiki/Differential_evolution)* Pattern Search...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (44): SwarmOps Download

Added: March 26, 2013 | Visits: 462

OCTool This interface accompanies a paper presented at the Conference of Optimization in the United Arab Emirates on Feb. 2, 2005.The GUI is an interface to a collection of functions which perform all the operations discussed in the paper.


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (44): OCTool Download

< 1 2 3 4 5