Particle swarm optimization is used to optimize circuit parameters to meet a specific design goal. The algorithm models the movement of bird flocks. It defines a fitness function that is maximized to find the optimal values of four circuit parameters (R1, R5, R8, V3) such that the power from voltage source V1 is 10% of the power from V3. The circuit equations are set up and solved using mesh current analysis. PSO runs for multiple iterations, updating particle velocities and positions to find the parameter values that maximize fitness.