Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Optimization of stalagmite function with genetic algorithm

AIM Write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. THEORY To find out the maxima of stalagmite function using genetic algorithm we have to inverse the solution of stalagmite fuction andto make the result as desired there are three ways to modify the genetic…

Project Details

Loading...

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.

Please  login to add a comment

Other comments...

No comments yet!
Be the first to add a comment

Read more Projects by SHASHANK MANI GAUTAM (12)

P-V Diagram of Diesel cycle

Objective:

AIM To create P-V diagram of diesel cycle and findout its efficiency. THEORY In diesel cycle there are four process as described in below diagram.   OBJECTIVE To draw PV diagram of diesel cycle using Matlab. BODY Nomenclature d=diameter of bore in metre l=length of stroke in metre r=compression ratio t1=initial/minimum…

calendar

13 Jul 2020 04:58 AM IST

    Read more

    P-V Diagram of Otto cycle

    Objective:

    AIM To create P-V diagram of otto cycle and findout its efficiency. THEORY In otto cycle there are four process as described in below diagram. OBJECTIVE To draw PV diagram of otto cycle using Matlab. BODY Codes clear all; clc; close all %input d=0.05; %diameter of bore in metre l=0.05; %legth of stroke in metre r=12; %compression…

    calendar

    13 Jul 2020 04:43 AM IST

      Read more

      Project 2 - Rankine cycle Simulator

      Objective:

      https://skill-lync.com/projects/rankine-cycle-simuator-2

      calendar

      25 Jun 2020 06:47 AM IST

        Read more

        Rankine Cycle Simuator

        Objective:

        AIM To create a Rankine Cycle using matlab THEORY To create a rankine cycle in matlab I use the basic formula and method used in thermodynamics in rankine cycle.Using the method, I tried to find out all the enthalpies and entropies at every points to get the required work output like pump work and turbine work and also…

        calendar

        25 Jun 2020 06:46 AM IST

          Read more

          Project 1 - Parsing NASA thermodynamic data

          Objective:

          https://skill-lync.com/projects/parsing-nasa-s-thermodynamic-data-10

          calendar

          11 Jun 2020 08:46 AM IST

            Read more

            Parsing NASA's Thermodynamic Data

            Objective:

            AIM To parse the thermodynamic data of NASA in matlab THEORY To parse the thermodynamic data,I use fgetl command to get every line of data as a string then I take out necessary values from the string for plottingand calculate enthalapy,entropy and specific heat of every species. OBJECTIVE To create and save plot of every…

            calendar

            11 Jun 2020 08:44 AM IST

              Read more

              Week 4 - Genetic Algorithm

              Objective:

              https://skill-lync.com/projects/optimization-of-stalagmite-function-with-genetic-algorithm

              calendar

              04 Jun 2020 06:06 AM IST

                Read more

                Optimization of stalagmite function with genetic algorithm

                Objective:

                AIM Write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. THEORY To find out the maxima of stalagmite function using genetic algorithm we have to inverse the solution of stalagmite fuction andto make the result as desired there are three ways to modify the genetic…

                calendar

                04 Jun 2020 06:04 AM IST

                • MATLAB
                Read more

                Curve Fitting

                Objective:

                AIM To write a code for linear and cubit curve fit. THEORY To draw best linear and cubic fit, I use the polyfit command. with the help of this command I can able to solve the parameters of our required fit by providing raw data. Now using this coefficient into Ployval Command I solve the required eqn. and plot it. OBJECTIVE…

                calendar

                01 Jun 2020 05:37 AM IST

                  Read more

                  Week 3 - Solving second order ODEs

                  Objective:

                  https://skill-lync.com/projects/pendulum-s-motion-using-matlab

                  calendar

                  24 May 2020 02:58 PM IST

                    Read more

                    Pendulum's motion using matlab

                    Objective:

                    AIM To create a video of pendulum's motion with damping. THEORY To create the path follow by pendulum, we must solve the ordinary differential equation of pendulum.The eqn. is where theta is angle made by bob with vertical. b is damping constant. t is time interval g is acceleration due to gravity l is length of string.…

                    calendar

                    24 May 2020 02:57 PM IST

                      Read more

                      2D Robotic Arm by Matlab

                      Objective:

                      Aim Write a program in Matlab to simulate the forward kinematics of a 2R Robotic Arm and Create an animation file of the plot. THEORY To control the movements of arm of robot, I control the angle between arm with x-axis. To achieve this I use the coordinate system and trignometric equations. Objective The objective of…

                      calendar

                      24 May 2020 12:03 PM IST

                        Read more
                        Showing 1 of 12 projects