Posts

Showing posts from May 21, 2022

New Post

Algorithms Behind Space Missions ~xRay Pixy

Image
Learn different algorithms used in Space Missions. Video Link Video Chapters: Algorithms Behind Space Missions 00:00 Introduction 00:52 Space Missions 04:26 Space Missions Challenges 07:04 Algorithms Used in Space Missions 10:36 Optimization Techniques 11:44 Conclusion  NASA conducts space missions to explore the universe for various scientific, technological, and practical reasons: Understanding Our Place in the Universe Search for Life Beyond Earth Studying Earth from Space Advancing Technology Supporting Human Exploration Resource Utilization Inspiring Humanity Examples of NASA Space Missions Apollo Program: Sent humans to the Moon (1969–1972). Mars Rovers (Spirit, Opportunity, Perseverance): Explored Mars' surface and geology. Voyager Missions: Studied the outer planets and interstellar space. Hubble Space Telescope: Captured breathtaking images of the universe. International Space Station (ISS): Supports research in microgravity and international collaboration. Different ...

Krill Herd Optimization NUMERICAL EXAMPLE ~xRay Pixy

Image
 Krill Herd Optimization Algorithm Numerical Example KRILL HERD OPTIMIZATION ALGORITHM STEPS Initialize Algorithm Parameters. Initialize Population for Krill's. Evaluate Krill's Performance. Selection Best Krill Among all. Check While (Current Iteration <= Maximum Iteration) Calculate Neighbors Krill Effect. Movement Induced. Calculate Food Attraction. Calculate Best Position Attraction. Foraging Motion. Physical Diffusion. Crossover and Mutation Update Krill Position. End While Display Best Solution Movement Induced Calculation Foraging Motion Calculation Physical Diffusion Calculation What is Krill Herd Optimization Algorithm?  Krill herd optimization algorithm is introduced in 2012 to solve the Global Optimization Function. This is a population-based Swarm Intelligence Search Algorithm based on the Herding behavior of krill.   In the Krill herd optimization algorithm, we have a  Group of Krill individuals and they are  Se...
More posts