Power system security – Introduction Practically, the power system needs to be secured.We need to protect it from the black out or any internal or external damage.The operation of the power system is set to be normal only when the flow of power and the
Single line diagram As per the definition of the single line diagram, it is specified as the diagram that uses single line and symbols to represent the path and the components of an electrical circuit. These diagrams are specifically use when the information
soft computing and hard computing Definition of Soft Computing Soft computing was developed in the year 1981 by “Lotfi A. Zadeh”. Soft computing includes Fuzzy Logic, Neuro-Computing, Evolutionary and Genetic Computing and Probabilistic Computing.
A* algorithm In this every node has 2 functions: 1. g(n) -cost till the current node 2. h(n) -cost to go to goal node form current node This was proposed by Hart in 1972. It is a combination of branch and bound, best search along with dynamic. It uses a