From 50ea2d340dcd65800bf92cbeea003993a37d34b9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe ARGAUD Date: Tue, 26 Aug 2014 21:41:43 +0200 Subject: [PATCH] Documentation minor corrections and improvements --- doc/en/ref_algorithm_ParticleSwarmOptimization.rst | 5 +++-- doc/fr/ref_algorithm_ParticleSwarmOptimization.rst | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/en/ref_algorithm_ParticleSwarmOptimization.rst b/doc/en/ref_algorithm_ParticleSwarmOptimization.rst index 016b265..e1c48da 100644 --- a/doc/en/ref_algorithm_ParticleSwarmOptimization.rst +++ b/doc/en/ref_algorithm_ParticleSwarmOptimization.rst @@ -34,8 +34,9 @@ This algorithm realizes an estimation of the state of a dynamic system by a particle swarm. This is an optimization method allowing for global minimum search of a general -function of type :math:`L^1`, :math:`L^2` or :math:`L^{\infty}`, with or without -weights. +error function :math:`J` of type :math:`L^1`, :math:`L^2` or :math:`L^{\infty}`, +with or without weights. The default error function is the augmented weighted +least squares function, classicaly used in data assimilation. Optional and required commands ++++++++++++++++++++++++++++++ diff --git a/doc/fr/ref_algorithm_ParticleSwarmOptimization.rst b/doc/fr/ref_algorithm_ParticleSwarmOptimization.rst index 8bb61bb..d02eada 100644 --- a/doc/fr/ref_algorithm_ParticleSwarmOptimization.rst +++ b/doc/fr/ref_algorithm_ParticleSwarmOptimization.rst @@ -34,8 +34,10 @@ Cet algorithme r essaim particulaire. C'est une méthode d'optimisation permettant la recherche du minimum global d'une -fonctionnelle quelconque de type :math:`L^1`, :math:`L^2` ou :math:`L^{\infty}`, -avec ou sans pondérations. +fonctionnelle d'erreur :math:`J` quelconque de type :math:`L^1`, :math:`L^2` ou +:math:`L^{\infty}`, avec ou sans pondérations. La fonctionnelle d'erreur par +défaut est celle de moindres carrés pondérés augmentés, classiquement utilisée +en assimilation de données. Commandes requises et optionnelles ++++++++++++++++++++++++++++++++++ -- 2.39.2