Genetic Algorithm-Based Network Reconfiguration Optimization for a 33-Node Microgrid

System Modeling and Parameter Configurasion 1. 33-Node Distribution Network Topology +-------------------+ | 33-node primary structure | | (IEEE standard configuration) | +--------+----------+ | v + ...

Posted on Thu, 13 Aug 2026 16:59:05 +0000 by toddg

Solving the 0/1 Knapsack Problem Using Genetic Algorithms in MATLAB

The 0/1 Knapsack problem is a classic combinatorial optimization challenge. Given a set of items, each with a specific weight $w_i$ and value $v_i$, the goal is to determine wich items to include in a collection so that the total weight does not exceed a predefined limit $W$, while the total value is maximized. This is mathematically expressed ...

Posted on Fri, 22 May 2026 17:39:44 +0000 by GoSharks