Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.2 - Français

Change language to:
English - 日本語 - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Aide Scilab >> Algorithmes génétiques > mutation_ga_binary

mutation_ga_binary

A function which performs binary mutation

Calling Sequence

Mut_Indiv = mutation_ga_binary(Indiv,param)

Arguments

Indiv

the individual on which we will perform the mutation.

param

a list of parameters.

  • "binary_length": the size of the binary code.

  • "multi_mut": a boolean. If %T, several random bits will be flipped.

  • "multi_mut_nd": the number of bits to be flipped. Works only when multi_mut is set to %T.

Mut_Indiv

The mutated individual.

Description

This function performs a classical multi-bits binary mutation.

See Also

Authors

2008, Yann COLLETTE, ycollet@freesurf.fr

2010 - DIGITEO - Michael Baudin (updated this help page)

<< init_ga_default Algorithmes génétiques mutation_ga_default >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu May 12 11:44:58 CEST 2011