AIM : To write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. THEORY : What Is the Genetic Algorithm? The genetic algorithm is a method for solving both constrained and unconstrained optimization problems that is based on natural selection, the process that…
suraj jha
updated on 22 Jun 2019
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by suraj jha (4)
Otto cycle simulation using python
AIM : To write a program in python to plot the P-V diagram of the otto cycle and calculate the thermal efficiency of the cycle. THEORY : An Otto cycle is an idealized thermodynamic cycle that describes the functioning of a typical spark ignition piston engine. It is the thermodynamic cycle most commonly…
21 Jul 2019 10:31 PM IST
FILE PARSING OF NASA S THERMODYNAMIC DATA USING MATLAB
OBJECTIVE : 1. Write a function that extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the species in the data file. 2. Calculate the molecular weight of each species and display it in the command window. 3. Plot the Cp, Enthalpy and Entropy for the local temperature…
23 Jun 2019 04:34 AM IST
GENETIC ALGORITHM TO CALCULATE GLOBAL MAXIMA USING MATLAB
AIM : To write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. THEORY : What Is the Genetic Algorithm? The genetic algorithm is a method for solving both constrained and unconstrained optimization problems that is based on natural selection, the process that…
22 Jun 2019 06:22 AM IST
Solving 2nd order ODE for a simple pendulum with damping in OCTAVE
AIM : To write a program in octave to simulate the transient behaviour of a simple pendulum with damping and to create an animation of it\'s motion. PROCEDURE: The motion of a simple pendulum is a basic classical example of simple harmonic motion, consisting of a small bob and a massless string.Movement of the pendulum…
10 Jun 2019 02:55 PM IST