How to find the optimum parameters from a trained network?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
We have done an experiment and fitted the data using NN toolbox. The experiment involves three parameters. The size of input is 3x79 and the size of output is 1x79. Using these data we have created a feedforward backpropogation with 10 neurons(1 hidden layer). As our problem doesnt have an objective function we need this trained network to act as an input function in Genetic Algorithm for optimisation within the specified range.
The experiment(Welding) inputs: Welding speed, heat input, clamping location
Outputs: Residual stress
I want to find the input parameters that give the least residual stress using genetic algorithm. How can I do this?
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Genetic Algorithm en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!