CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - lambda iteration
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - lambda iteration - List
[
AI-NN-PR
]
marq
DL : 0
% Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of corresponding input-output pairs and an initial % network, % [W1,W2,critvec,iteration,lambda]=marq(NetDef,W1,W2,PHI,Y,trparms) % trains the network with the Levenberg-Marquardt method. % % The activation functions can be either linear or tanh. The % network architecture is defined by the matrix NetDef which % has two rows. The first row specifies the hidden layer and the % second row specifies the output layer.- Train a two layer neural network with the Levenberg-Marquardt method. If desired, it is possible to use regularization by weight decay. Also pruned (ie. not fully connected) networks can be trained. Given a set of corresponding input-output pairs and an initial network, [W1, W2, critvec, iteration, lambda] = marq (NetDef, W1, W2, PHI, Y, trparms) trains the network with the Levenberg-Marquardt method . The activation functions can be either linear or tanh. The network architecture is defined by the matrix NetDef which has two rows. The first row specifies the hidden layer and the second row specifies the output layer.
Date
: 2025-07-03
Size
: 3kb
User
:
张镇
[
matlab
]
general
DL : 0
Code For Lambda-iteration method of solving Economic dispatch problem
Date
: 2025-07-03
Size
: 1kb
User
:
saumyagautam2007
[
matlab
]
pso
DL : 0
The economic load dispatch plays an important role in the operation of power system, and several models by using different techniques have been used to solve these problems. Several traditional approaches, like lambda-iteration and gradient method are utilized to find out the optimal solution of non-linear problem. More recently, the soft computing techniques have received more attention and were used in a number of successful and practical applications. The purpose of this work is to find out the advantages of application of the evolutionary computing technique and Particle Swarm Optimization (PSO) in particular to the economic load dispatch problem. Here, an attempt has been made to find out the minimum cost by using PSO using the data of three and six generating units
Date
: 2025-07-03
Size
: 530kb
User
:
amijeet
[
matlab
]
dispatch
DL : 0
lambda iteration method for dispatch
Date
: 2025-07-03
Size
: 1kb
User
:
rajendra
[
AI-NN-PR
]
PSOpdf
DL : 0
Particle Swarm Optimization Power point presentation for Economic Load Dispatch in Power Systems. Genetic Algorithm Lambda Iteration
Date
: 2025-07-03
Size
: 2.74mb
User
:
BoxcarJoe
[
Other
]
Desktop
DL : 0
Matlab code for the economic dispatch using lambda iteration method
Date
: 2025-07-03
Size
: 2kb
User
:
vivekanandan
[
matlab
]
Economic-Dispatch--Newton-Method
DL : 0
This program finds economic distribution of power by the units to meet the given load. Newton Method is adapted in the program. Lambda value is assumed first and improved after each iteration. The updated value of lambda is -> New Lambda Old Lambda +[ (demand -Sum of units)/Sum(1/coefficient of P in question)]-This program finds economic distribution of power by the units to meet the given load. Newton Method is adapted in the program. Lambda value is assumed first and improved after each iteration. The updated value of lambda is -> New Lambda Old Lambda+[ (demand-Sum of units)/Sum(1/coefficient of P in question)]
Date
: 2025-07-03
Size
: 2kb
User
:
靳绍珍
[
Other
]
economic-dispatch2
DL : 0
By using simple lambda iteration technique solve the economic dispatch problem, give the data for any number of units and respective loss matrix B
Date
: 2025-07-03
Size
: 2kb
User
:
md adil
[
Other
]
lambda iteration
DL : 0
lambda iteration used for economic load dispatch
Date
: 2025-07-03
Size
: 24kb
User
:
pertiwi
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.