Posts

Showing posts from December 4, 2023

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 ...

Find Maxima of Function using PSO Method || Numerical Example || ~xRay Pixy

Image
Find the maximum value for the objective function using Particle Swarm Optimization Step-By-Step. Video Chapters: Find the Maxima of Function using the PSO Method 00:00 Introduction 02:18 Objective 03:17 Maximization Problem 04:22 Particle Swarm Optimization Steps 05:22 Step 1 - Objective Function 05:30 Step 2 - Position and Velocity Initialization 06:00 Step 3 - Fitness Calculation 07:06 Step 4 - Update Personal Best 07:16 Step 5 - Update Global Best 07:42 Step 6 - Position Update 10:34 Step 7 - Solution Boundary Checking 10:53 Step 8 - New Solution Evaluation 11:31 Step 9 - Update Personal Best 12:12 Step 10 - Update Global Best 13:24 Iteration 2 Start - Position Update 14:45 New Solution Boundary Checking 15:24 New Solution Fitness Calculation 15:48 Update Personal Best 16:32 Update Global Best 17:42 Conclusion Problem: Find the Maxima of the function � ( � ) = � 2 + 2 � + 11 f ( x ) = x 2 + 2 x + 11 � ( � ) = � 2 + 2 � + 11 f ( x ) = x 2 in the range -2<=x<=2 using PSO m...
More posts