zoukankan      html  css  js  c++  java
  • fuzzy logic

    1. Fuzzy logic: a computational approach centered on the idea of ‘degrees of truth’ rather than the black/white true or false approach of most systems.

    2. Fuzzy membership function: permit individuals to be partial members of different, overlapping sets( crossover point: the point where the grade of membership is 0.5 )

    Left sigmoidal: 需要两个参数,表示下降

    Sigmoidal or triangular function:需要三个参数,表示大概

    Trapezoidal-shaped:需要四个参数,表示中等

    Right trapezoidal function:需要两个参数,表示增加

    3. Fuzzy operators:

    And: The output map is controlled by the smallest fuzzy membership value at each location.

    Or: Output membership is controlled by the maximum value of input maps

     

    Fuzzy Algebraic Product: output总是小于等于最小的FM,所有FM的值都参与

     

    Fuzzy Algebraic Sum: sum of 0.75, 0.5 = 1-(1-0.75)*(1-0.5) = 0.875,结果总是比最大的还大

  • 相关阅读:
    [atARC100F]Colorful Sequences
    [atARC103D]Robot Arms
    [atARC107F]Sum of Abs
    [atAGC047F]Rooks
    [loj3278]收获
    [cf809E]Surprise me
    [cf997E]Good Subsegments
    [cf603E]Pastoral Oddities
    Codeforces Round #453
    Educational Codeforces Round 32
  • 原文地址:https://www.cnblogs.com/eleni/p/11317104.html
Copyright © 2011-2022 走看看