Recent content by dawn j

  1. D

    How Does Particle Swarm Optimization Enhance Power System State Estimation?

    good day, i want a suggestion whether this is correct or not. Okay, i analysed the weighting function for most of the PSO algorithm as shown below: w= wmax-((wmax-wmin)/itermax)*iter where iter is the current iteration. what i want to know is how to define current iteration (iter), i tried...
  2. D

    How Does Particle Swarm Optimization Enhance Power System State Estimation?

    good day, i want to run a selection from group box by using GUI in matlab... can somebody help me with the coding, the simplest one so that I can understand. Tq.
  3. D

    How Does Particle Swarm Optimization Enhance Power System State Estimation?

    the project is related to power system analysis where the common way to calculate voltage or power by using Newton Raphson or Gauss Seidel method, but in my case, i need to use PSO instead of Newton and Gauss to get more accurate result and make it fast. The project will involve the IEEE 30 bus...
  4. D

    How Does Particle Swarm Optimization Enhance Power System State Estimation?

    I'm a final year student. My final project is about power system state estimation by using particle swarm optimization (PSO). I need to create a software based on PSO. Can somebody give me some brief idea on how to start the coding and guide me about the PSO thing.
Back
Top