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

Week 5 - Genetic Algorithm

A genetic algorithm (GA) is a method for solving both constrained and unconstrained optimization problems based on a natural selection process that mimics biological evolution. The algorithm repeatedly modifies a population of individual solutions. At each step, the genetic algorithm randomly selects individuals from the…

    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 Harsh Sharma (5)

    Project 2 - Rankine cycle Simulator

    Objective:

    https://thermopedia.com/content/1072 http://www.mhtlab.uwaterloo.ca/courses/me354/lectures/pdffiles/web4.pdf https://lambdageeks.com/back-work-ratio/#:~:text=Back%20work%20ratio%20of%20Rankine%20cycle&text=The%20turbine%20work%20is%20represented,is%20represented%20by%20h1%2Dh4. Rankine Cycle:  Rankine cycle is…

    calendar

    30 Nov 2022 06:54 PM IST

    • MATLAB
    Read more

    Project 1 - Parsing NASA thermodynamic data

    Objective:

    FILE PARSING: File parsing is a process of analyzing a string of symbols, either in natural language, computer language or data structure conforming the rules of a formal grammar. The term parsing comes from the Latin pars (orations), meaning part of speech. With in computational linguistics the term is used to refer to…

    calendar

    22 Nov 2022 05:36 PM IST

      Read more

      Week 5 - Genetic Algorithm

      Objective:

      A genetic algorithm (GA) is a method for solving both constrained and unconstrained optimization problems based on a natural selection process that mimics biological evolution. The algorithm repeatedly modifies a population of individual solutions. At each step, the genetic algorithm randomly selects individuals from the…

      calendar

      07 Nov 2022 10:22 AM IST

        Read more

        Week 4.1 - Solving second order ODEs

        Objective:

          A pendulum is a body suspended with a string to move freely back and forth under the influence of the gravity. When a pendulum is displaced from it’s equilibrium position, it is subjected to a restoring force due to gravity, that will accelerate it back towards the equilibrium position. When, we have the second…

        calendar

        28 Oct 2022 06:30 AM IST

        Read more

        Week 3.2 - 2R Robotic Arm Challenge

        Objective:

        https://youtu.be/4RFEUCitk30  (Youtube link of Robotic arm video)   %% Challange on Robotic Arm Movement one time. clear all close all clc   l1 = 1; l2 = 0.5; thetha1 = linspace(10,90,10); thetha2 = linspace(10,90,10); ct = 1 for i = 1:length(thetha1);     THETHA1 = thetha1(i);    …

        calendar

        17 Oct 2022 02:09 PM IST

          Read more
          Showing 1 of 5 projects