SlideShare a Scribd company logo
1 of 25
Download to read offline
Analyzing Probabilistic Models
     in Hierarchical BOA
 on Traps and Spin Glasses

  Mark Hauschild, Martin Pelikan,
  Claudio F. Lima, Kumara Sastry
Motivation
 Background
   hBOA can solve difficult problems scalably and reliably
   Much empirical work has been done
      efficiency enhancement (EE)
      scalability
   Relatively little studying of the models themselves
 Purpose
   Understand models in hBOA
      Design problem-specific EE
      Design automated EE techniques
      Educate researchers about their problems
Outline
 Hierarchical BOA (hBOA)
 Models in hBOA
 Experiments
   Trap 5
   2d Ising Spin Glass
 Conclusions
 Future Work
Hierarchical Bayesian
Optimization Algorithm (hBOA)
 Pelikan, Goldberg and Cantu-Paz (2001)
 Uses Bayesian network with local structures
 to model promising solutions
   Bayesian network
      Acyclic directed Graph
      String positions are the nodes
      Edges represent conditional dependencies
      Where there is no edge, implicit independence
   Sampled to create new population each gen.
 Niching to maintain diversity
hBOA
                         Bayesian
 Current                              New
                         network
             Selection
population                          population
Bayesian Network
Structure
  Edges determine
  dependence

Parameters
  p(Burglary|Alarm)
What are we looking for?
 Accuracy
   Do the models accurately represent the
   underlying problem structure
                  Jij
     Effects on scalability
     Using models to understand problems
 Dynamics
   How the models change over time
     Efficiency Enhancement
Test Problems
 Selecting our test problems
   Have to know what a good model looks like
   Non-trivial
   Easily scaled up
   Diverse
 Test Problems Selected
   Trap-5
   2D Ising Spin Glass
Trap-5
 Partition binary string into disjoint
 groups of 5 bits
               5      if ones = 5
 trap (ones) =
               4 ones otherwise
 Total fitness is sum of single traps
 Optimum: String 1111…1
Perfect Model for Trap-5




 Each 5-bit partition should be fully (or close to fully)
 connected (10 edges)
    Necessary dependencies
 Bits between partitions should be independent
    Unnecessary dependencies
Trap-5 Experiments
 Problem sizes 15-210
 30 runs for each size
 Bisection was used to determine
 population size
Trap-5 Results




 Necessary and unnecessary dependencies w.r.t problem size
 Three snapshots taken in each run (first, middle, last gen.)
 Average of the 30 runs for each problem size
Trap-5 Results




    a) Middle snapshot     b) End snapshot



  Ratio of unnecessary dependencies to total
  dependencies as problem size increases
Trap-5 Results
               300                                                  600
                                         Total                                              Total
                                         + New Dep                                          + New Dep
               250                                                  500
                                         − Old Dep                                          − Old Dep
Dependencies




                                                     Dependencies
               200                                                  400

               150                                                  300

               100                                                  200

               50                                                   100

                0                                                    0
                     1 2 3 4 5 6 7 8 9 10 11 12 13                        5   10    15     20   25
                              Generations                                       Generations

                        a) N = 100 bits.                                  b) N = 200 bits.

                     Model dynamics for two different problem sizes.
                     Dependencies were counted as the same even if their
                     direction changed.
2D Ising Spin Glass
 Origin in physics
 Spins arranged on a 2D
 grid (periodic boundary
 conditions)

 Each spin (sj) can have
 two values: +1 or -1         E = E (c )          si J i , j s j
 Set of connection weights                 i, j
 Jij specifies an instance.
2D Ising Spin Glass
 Very hard for most optimization techniques
   Extremely large number of local optima
   Any decomposition of bounded order is insufficient
   The problem is solvable in polynomial time by
   analytical techniques
 hBOA does solve it in polynomial time
   A deterministic hill-climber (DHC) is used to
   improve the quality of all evaluated solutions
      Single bit flips until no improvements
Perfect Model for Spin-Glass
 Not sure what the perfect model is
 To some degree, all positions are
 dependent on all others
   If we consider all, it will not scale
 We would expect the interactions
 should decrease in magnitude as their
 distance increases
Spin Glass Experiments
 100 different instances of size 10x10 to 20x20
   Only graphs of 20x20 are shown
   With and without DHC
   5 runs of each instance


 Scaling as we restrict models
   Restrict models to short order dependencies
Spin Glass Results
                 800                                        800
  Dependencies




                                             Dependencies
                 600                                        600

                 400                                        400

                 200                                        200

                  0                                          0
                   0          10       20                     0          10       20
                            Distance                                   Distance
                       a) First generation                        b) Second snapshot
                 800                                        800
  Dependencies




                                             Dependencies
                 600                                        600

                 400                                        400

                 200                                        200

                  0                                          0
                   0          10       20                     0          10       20
                            Distance                                   Distance
                       c) Third snapshot                          d) Last generation
Spin Glass Results (No DHC)
                 800                                        800
  Dependencies




                                             Dependencies
                 600                                        600

                 400                                        400

                 200                                        200

                  0                                          0
                   0         10       20                      0         10       20
                           Distance                                   Distance
                       a) First generation                        b) Second snapshot
                 800                                        800
  Dependencies




                                             Dependencies
                 600                                        600

                 400                                        400

                 200                                        200

                  0                                          0
                   0         10       20                      0         10       20
                           Distance                                   Distance
                       c) Third snapshot                          d) Last generation
Spin Glass Results
               1800                                                   800
                                          Total                                                     Total
                                          + New Dep                                                 + New Dep
               1500
                                          − Old Dep                                                 − Old Dep
                                                                      600
Dependencies




                                                       Dependencies
               1200

               900                                                    400

               600
                                                                      200
               300

                 0                                                     0
                      1 2 3 4 5 6 7 8 9 101112131415                        1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
                                Generations                                           Generations
                       a) All dependencies                                   b) Neighbor dependencies

                  One example instance (rest similar)
                  Dependencies were counted the same even if their
                  direction changed
Restricting hBOA models
                           5
                          10
                                 stock
                                 d(2)
    Fitness Evaluations

                                 d(1)
                           4
                          10



                           3
                          10


                           100   144 196 256 324400   625   900
                                       Problem Size

  Evaluations varying by different restrictions
  Experiments without DHC had similar scaling
Conclusions
 Studying hBOA models is challenging but
 possible
 hBOA generates accurate models quickly
 Models reveal a lot of information about the
 problem
 Models do not change rapidly over time
 Information about models can help us design
 EE
Future Work
 Do model analysis on other challenging
 problems
   Artificial
   Real world
 Develop techniques to automatically
 exploit this information for EE
Any Questions?

More Related Content

What's hot

2011 depestele fdi_ijms_quantifying-causes-of-discard-variability
2011 depestele fdi_ijms_quantifying-causes-of-discard-variability2011 depestele fdi_ijms_quantifying-causes-of-discard-variability
2011 depestele fdi_ijms_quantifying-causes-of-discard-variabilityJochen Depestele
 
Free SPICE Model of 1SS187 in SPICE PARK
Free SPICE Model of 1SS187 in SPICE PARKFree SPICE Model of 1SS187 in SPICE PARK
Free SPICE Model of 1SS187 in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 2SJ527 (Professional+BDSP Model) in SPICE PARK
SPICE MODEL of 2SJ527 (Professional+BDSP Model) in SPICE PARKSPICE MODEL of 2SJ527 (Professional+BDSP Model) in SPICE PARK
SPICE MODEL of 2SJ527 (Professional+BDSP Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 2SJ527 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SJ527 (Standard+BDS Model) in SPICE PARKSPICE MODEL of 2SJ527 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SJ527 (Standard+BDS Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of TPCA8023-H (Professional+BDSP Model) in SPICE PARK
SPICE MODEL of TPCA8023-H (Professional+BDSP Model) in SPICE PARKSPICE MODEL of TPCA8023-H (Professional+BDSP Model) in SPICE PARK
SPICE MODEL of TPCA8023-H (Professional+BDSP Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of SSM3J13T (Professional+BDP Model) in SPICE PARK
SPICE MODEL of SSM3J13T (Professional+BDP Model) in SPICE PARKSPICE MODEL of SSM3J13T (Professional+BDP Model) in SPICE PARK
SPICE MODEL of SSM3J13T (Professional+BDP Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 30WQ04FN (Professional Model) in SPICE PARK
SPICE MODEL of 30WQ04FN (Professional Model) in SPICE PARKSPICE MODEL of 30WQ04FN (Professional Model) in SPICE PARK
SPICE MODEL of 30WQ04FN (Professional Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of RN1963FS in SPICE PARK
SPICE MODEL of RN1963FS in SPICE PARKSPICE MODEL of RN1963FS in SPICE PARK
SPICE MODEL of RN1963FS in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of TK40J60T (Professional+BDP Model) in SPICE PARK
SPICE MODEL of TK40J60T (Professional+BDP Model) in SPICE PARKSPICE MODEL of TK40J60T (Professional+BDP Model) in SPICE PARK
SPICE MODEL of TK40J60T (Professional+BDP Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of RN1961FS in SPICE PARK
SPICE MODEL of RN1961FS in SPICE PARKSPICE MODEL of RN1961FS in SPICE PARK
SPICE MODEL of RN1961FS in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of TPCA8018-H (Professional+BDSP Model) in SPICE PARK
SPICE MODEL of TPCA8018-H (Professional+BDSP Model) in SPICE PARKSPICE MODEL of TPCA8018-H (Professional+BDSP Model) in SPICE PARK
SPICE MODEL of TPCA8018-H (Professional+BDSP Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 6CWQ06FN (Professional Model) in SPICE PARK
SPICE MODEL of 6CWQ06FN (Professional Model) in SPICE PARKSPICE MODEL of 6CWQ06FN (Professional Model) in SPICE PARK
SPICE MODEL of 6CWQ06FN (Professional Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 2SK2410 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK2410 (Professional+BDP Model) in SPICE PARKSPICE MODEL of 2SK2410 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK2410 (Professional+BDP Model) in SPICE PARKTsuyoshi Horigome
 
Why we don’t know how many colors there are
Why we don’t know how many colors there areWhy we don’t know how many colors there are
Why we don’t know how many colors there areJan Morovic
 
Ch 05 financial management notes
Ch 05 financial management notesCh 05 financial management notes
Ch 05 financial management notesBabasab Patil
 
Poster presentation
Poster presentationPoster presentation
Poster presentationredsys
 
TALAT Lecture 2301: Design of Members Example 8.1: Torsion constants for open...
TALAT Lecture 2301: Design of Members Example 8.1: Torsion constants for open...TALAT Lecture 2301: Design of Members Example 8.1: Torsion constants for open...
TALAT Lecture 2301: Design of Members Example 8.1: Torsion constants for open...CORE-Materials
 
SPICE MODEL of 2SK2992 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK2992 (Standard+BDS Model) in SPICE PARKSPICE MODEL of 2SK2992 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK2992 (Standard+BDS Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of RN1964FS in SPICE PARK
SPICE MODEL of RN1964FS in SPICE PARKSPICE MODEL of RN1964FS in SPICE PARK
SPICE MODEL of RN1964FS in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of TPC8027 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of TPC8027 (Professional+BDP Model) in SPICE PARKSPICE MODEL of TPC8027 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of TPC8027 (Professional+BDP Model) in SPICE PARKTsuyoshi Horigome
 

What's hot (20)

2011 depestele fdi_ijms_quantifying-causes-of-discard-variability
2011 depestele fdi_ijms_quantifying-causes-of-discard-variability2011 depestele fdi_ijms_quantifying-causes-of-discard-variability
2011 depestele fdi_ijms_quantifying-causes-of-discard-variability
 
Free SPICE Model of 1SS187 in SPICE PARK
Free SPICE Model of 1SS187 in SPICE PARKFree SPICE Model of 1SS187 in SPICE PARK
Free SPICE Model of 1SS187 in SPICE PARK
 
SPICE MODEL of 2SJ527 (Professional+BDSP Model) in SPICE PARK
SPICE MODEL of 2SJ527 (Professional+BDSP Model) in SPICE PARKSPICE MODEL of 2SJ527 (Professional+BDSP Model) in SPICE PARK
SPICE MODEL of 2SJ527 (Professional+BDSP Model) in SPICE PARK
 
SPICE MODEL of 2SJ527 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SJ527 (Standard+BDS Model) in SPICE PARKSPICE MODEL of 2SJ527 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SJ527 (Standard+BDS Model) in SPICE PARK
 
SPICE MODEL of TPCA8023-H (Professional+BDSP Model) in SPICE PARK
SPICE MODEL of TPCA8023-H (Professional+BDSP Model) in SPICE PARKSPICE MODEL of TPCA8023-H (Professional+BDSP Model) in SPICE PARK
SPICE MODEL of TPCA8023-H (Professional+BDSP Model) in SPICE PARK
 
SPICE MODEL of SSM3J13T (Professional+BDP Model) in SPICE PARK
SPICE MODEL of SSM3J13T (Professional+BDP Model) in SPICE PARKSPICE MODEL of SSM3J13T (Professional+BDP Model) in SPICE PARK
SPICE MODEL of SSM3J13T (Professional+BDP Model) in SPICE PARK
 
SPICE MODEL of 30WQ04FN (Professional Model) in SPICE PARK
SPICE MODEL of 30WQ04FN (Professional Model) in SPICE PARKSPICE MODEL of 30WQ04FN (Professional Model) in SPICE PARK
SPICE MODEL of 30WQ04FN (Professional Model) in SPICE PARK
 
SPICE MODEL of RN1963FS in SPICE PARK
SPICE MODEL of RN1963FS in SPICE PARKSPICE MODEL of RN1963FS in SPICE PARK
SPICE MODEL of RN1963FS in SPICE PARK
 
SPICE MODEL of TK40J60T (Professional+BDP Model) in SPICE PARK
SPICE MODEL of TK40J60T (Professional+BDP Model) in SPICE PARKSPICE MODEL of TK40J60T (Professional+BDP Model) in SPICE PARK
SPICE MODEL of TK40J60T (Professional+BDP Model) in SPICE PARK
 
SPICE MODEL of RN1961FS in SPICE PARK
SPICE MODEL of RN1961FS in SPICE PARKSPICE MODEL of RN1961FS in SPICE PARK
SPICE MODEL of RN1961FS in SPICE PARK
 
SPICE MODEL of TPCA8018-H (Professional+BDSP Model) in SPICE PARK
SPICE MODEL of TPCA8018-H (Professional+BDSP Model) in SPICE PARKSPICE MODEL of TPCA8018-H (Professional+BDSP Model) in SPICE PARK
SPICE MODEL of TPCA8018-H (Professional+BDSP Model) in SPICE PARK
 
SPICE MODEL of 6CWQ06FN (Professional Model) in SPICE PARK
SPICE MODEL of 6CWQ06FN (Professional Model) in SPICE PARKSPICE MODEL of 6CWQ06FN (Professional Model) in SPICE PARK
SPICE MODEL of 6CWQ06FN (Professional Model) in SPICE PARK
 
SPICE MODEL of 2SK2410 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK2410 (Professional+BDP Model) in SPICE PARKSPICE MODEL of 2SK2410 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK2410 (Professional+BDP Model) in SPICE PARK
 
Why we don’t know how many colors there are
Why we don’t know how many colors there areWhy we don’t know how many colors there are
Why we don’t know how many colors there are
 
Ch 05 financial management notes
Ch 05 financial management notesCh 05 financial management notes
Ch 05 financial management notes
 
Poster presentation
Poster presentationPoster presentation
Poster presentation
 
TALAT Lecture 2301: Design of Members Example 8.1: Torsion constants for open...
TALAT Lecture 2301: Design of Members Example 8.1: Torsion constants for open...TALAT Lecture 2301: Design of Members Example 8.1: Torsion constants for open...
TALAT Lecture 2301: Design of Members Example 8.1: Torsion constants for open...
 
SPICE MODEL of 2SK2992 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK2992 (Standard+BDS Model) in SPICE PARKSPICE MODEL of 2SK2992 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK2992 (Standard+BDS Model) in SPICE PARK
 
SPICE MODEL of RN1964FS in SPICE PARK
SPICE MODEL of RN1964FS in SPICE PARKSPICE MODEL of RN1964FS in SPICE PARK
SPICE MODEL of RN1964FS in SPICE PARK
 
SPICE MODEL of TPC8027 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of TPC8027 (Professional+BDP Model) in SPICE PARKSPICE MODEL of TPC8027 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of TPC8027 (Professional+BDP Model) in SPICE PARK
 

Viewers also liked

Tdm probabilistic models (part 2)
Tdm probabilistic  models (part  2)Tdm probabilistic  models (part  2)
Tdm probabilistic models (part 2)KU Leuven
 
Fitness inheritance in the Bayesian optimization algorithm
Fitness inheritance in the Bayesian optimization algorithmFitness inheritance in the Bayesian optimization algorithm
Fitness inheritance in the Bayesian optimization algorithmMartin Pelikan
 
Efficiency Enhancement of Estimation of Distribution Algorithms
Efficiency Enhancement of Estimation of Distribution AlgorithmsEfficiency Enhancement of Estimation of Distribution Algorithms
Efficiency Enhancement of Estimation of Distribution AlgorithmsMartin Pelikan
 
Analysis of Evolutionary Algorithms on the One-Dimensional Spin Glass with Po...
Analysis of Evolutionary Algorithms on the One-Dimensional Spin Glass with Po...Analysis of Evolutionary Algorithms on the One-Dimensional Spin Glass with Po...
Analysis of Evolutionary Algorithms on the One-Dimensional Spin Glass with Po...Martin Pelikan
 
iBOA: The Incremental Bayesian Optimization Algorithm
iBOA: The Incremental Bayesian Optimization AlgorithmiBOA: The Incremental Bayesian Optimization Algorithm
iBOA: The Incremental Bayesian Optimization AlgorithmMartin Pelikan
 
Intelligent Bias of Network Structures in the Hierarchical BOA
Intelligent Bias of Network Structures in the Hierarchical BOAIntelligent Bias of Network Structures in the Hierarchical BOA
Intelligent Bias of Network Structures in the Hierarchical BOAMartin Pelikan
 
Effects of a Deterministic Hill climber on hBOA
Effects of a Deterministic Hill climber on hBOAEffects of a Deterministic Hill climber on hBOA
Effects of a Deterministic Hill climber on hBOAMartin Pelikan
 
Empirical Analysis of ideal recombination on random decomposable problems
Empirical Analysis of ideal recombination on random decomposable problemsEmpirical Analysis of ideal recombination on random decomposable problems
Empirical Analysis of ideal recombination on random decomposable problemskknsastry
 
Using Previous Models to Bias Structural Learning in the Hierarchical BOA
Using Previous Models to Bias Structural Learning in the Hierarchical BOAUsing Previous Models to Bias Structural Learning in the Hierarchical BOA
Using Previous Models to Bias Structural Learning in the Hierarchical BOAMartin Pelikan
 
Spurious Dependencies and EDA Scalability
Spurious Dependencies and EDA ScalabilitySpurious Dependencies and EDA Scalability
Spurious Dependencies and EDA ScalabilityMartin Pelikan
 
Simplified Runtime Analysis of Estimation of Distribution Algorithms
Simplified Runtime Analysis of Estimation of Distribution AlgorithmsSimplified Runtime Analysis of Estimation of Distribution Algorithms
Simplified Runtime Analysis of Estimation of Distribution AlgorithmsPer Kristian Lehre
 
Towards billion bit optimization via parallel estimation of distribution algo...
Towards billion bit optimization via parallel estimation of distribution algo...Towards billion bit optimization via parallel estimation of distribution algo...
Towards billion bit optimization via parallel estimation of distribution algo...kknsastry
 
Transfer Learning, Soft Distance-Based Bias, and the Hierarchical BOA
Transfer Learning, Soft Distance-Based Bias, and the Hierarchical BOATransfer Learning, Soft Distance-Based Bias, and the Hierarchical BOA
Transfer Learning, Soft Distance-Based Bias, and the Hierarchical BOAMartin Pelikan
 
Initial-Population Bias in the Univariate Estimation of Distribution Algorithm
Initial-Population Bias in the Univariate Estimation of Distribution AlgorithmInitial-Population Bias in the Univariate Estimation of Distribution Algorithm
Initial-Population Bias in the Univariate Estimation of Distribution AlgorithmMartin Pelikan
 
Using Problem-Specific Knowledge and Learning from Experience in Estimation o...
Using Problem-Specific Knowledge and Learning from Experience in Estimation o...Using Problem-Specific Knowledge and Learning from Experience in Estimation o...
Using Problem-Specific Knowledge and Learning from Experience in Estimation o...Martin Pelikan
 
The Bayesian Optimization Algorithm with Substructural Local Search
The Bayesian Optimization Algorithm with Substructural Local SearchThe Bayesian Optimization Algorithm with Substructural Local Search
The Bayesian Optimization Algorithm with Substructural Local SearchMartin Pelikan
 
Probabilistic generative models for machine vision
Probabilistic generative models for machine visionProbabilistic generative models for machine vision
Probabilistic generative models for machine visionzukun
 
Order Or Not: Does Parallelization of Model Building in hBOA Affect Its Scala...
Order Or Not: Does Parallelization of Model Building in hBOA Affect Its Scala...Order Or Not: Does Parallelization of Model Building in hBOA Affect Its Scala...
Order Or Not: Does Parallelization of Model Building in hBOA Affect Its Scala...Martin Pelikan
 
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...Salah Amean
 
Estimation of Distribution Algorithms Tutorial
Estimation of Distribution Algorithms TutorialEstimation of Distribution Algorithms Tutorial
Estimation of Distribution Algorithms TutorialMartin Pelikan
 

Viewers also liked (20)

Tdm probabilistic models (part 2)
Tdm probabilistic  models (part  2)Tdm probabilistic  models (part  2)
Tdm probabilistic models (part 2)
 
Fitness inheritance in the Bayesian optimization algorithm
Fitness inheritance in the Bayesian optimization algorithmFitness inheritance in the Bayesian optimization algorithm
Fitness inheritance in the Bayesian optimization algorithm
 
Efficiency Enhancement of Estimation of Distribution Algorithms
Efficiency Enhancement of Estimation of Distribution AlgorithmsEfficiency Enhancement of Estimation of Distribution Algorithms
Efficiency Enhancement of Estimation of Distribution Algorithms
 
Analysis of Evolutionary Algorithms on the One-Dimensional Spin Glass with Po...
Analysis of Evolutionary Algorithms on the One-Dimensional Spin Glass with Po...Analysis of Evolutionary Algorithms on the One-Dimensional Spin Glass with Po...
Analysis of Evolutionary Algorithms on the One-Dimensional Spin Glass with Po...
 
iBOA: The Incremental Bayesian Optimization Algorithm
iBOA: The Incremental Bayesian Optimization AlgorithmiBOA: The Incremental Bayesian Optimization Algorithm
iBOA: The Incremental Bayesian Optimization Algorithm
 
Intelligent Bias of Network Structures in the Hierarchical BOA
Intelligent Bias of Network Structures in the Hierarchical BOAIntelligent Bias of Network Structures in the Hierarchical BOA
Intelligent Bias of Network Structures in the Hierarchical BOA
 
Effects of a Deterministic Hill climber on hBOA
Effects of a Deterministic Hill climber on hBOAEffects of a Deterministic Hill climber on hBOA
Effects of a Deterministic Hill climber on hBOA
 
Empirical Analysis of ideal recombination on random decomposable problems
Empirical Analysis of ideal recombination on random decomposable problemsEmpirical Analysis of ideal recombination on random decomposable problems
Empirical Analysis of ideal recombination on random decomposable problems
 
Using Previous Models to Bias Structural Learning in the Hierarchical BOA
Using Previous Models to Bias Structural Learning in the Hierarchical BOAUsing Previous Models to Bias Structural Learning in the Hierarchical BOA
Using Previous Models to Bias Structural Learning in the Hierarchical BOA
 
Spurious Dependencies and EDA Scalability
Spurious Dependencies and EDA ScalabilitySpurious Dependencies and EDA Scalability
Spurious Dependencies and EDA Scalability
 
Simplified Runtime Analysis of Estimation of Distribution Algorithms
Simplified Runtime Analysis of Estimation of Distribution AlgorithmsSimplified Runtime Analysis of Estimation of Distribution Algorithms
Simplified Runtime Analysis of Estimation of Distribution Algorithms
 
Towards billion bit optimization via parallel estimation of distribution algo...
Towards billion bit optimization via parallel estimation of distribution algo...Towards billion bit optimization via parallel estimation of distribution algo...
Towards billion bit optimization via parallel estimation of distribution algo...
 
Transfer Learning, Soft Distance-Based Bias, and the Hierarchical BOA
Transfer Learning, Soft Distance-Based Bias, and the Hierarchical BOATransfer Learning, Soft Distance-Based Bias, and the Hierarchical BOA
Transfer Learning, Soft Distance-Based Bias, and the Hierarchical BOA
 
Initial-Population Bias in the Univariate Estimation of Distribution Algorithm
Initial-Population Bias in the Univariate Estimation of Distribution AlgorithmInitial-Population Bias in the Univariate Estimation of Distribution Algorithm
Initial-Population Bias in the Univariate Estimation of Distribution Algorithm
 
Using Problem-Specific Knowledge and Learning from Experience in Estimation o...
Using Problem-Specific Knowledge and Learning from Experience in Estimation o...Using Problem-Specific Knowledge and Learning from Experience in Estimation o...
Using Problem-Specific Knowledge and Learning from Experience in Estimation o...
 
The Bayesian Optimization Algorithm with Substructural Local Search
The Bayesian Optimization Algorithm with Substructural Local SearchThe Bayesian Optimization Algorithm with Substructural Local Search
The Bayesian Optimization Algorithm with Substructural Local Search
 
Probabilistic generative models for machine vision
Probabilistic generative models for machine visionProbabilistic generative models for machine vision
Probabilistic generative models for machine vision
 
Order Or Not: Does Parallelization of Model Building in hBOA Affect Its Scala...
Order Or Not: Does Parallelization of Model Building in hBOA Affect Its Scala...Order Or Not: Does Parallelization of Model Building in hBOA Affect Its Scala...
Order Or Not: Does Parallelization of Model Building in hBOA Affect Its Scala...
 
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...
Data Mining Concepts and Techniques, Chapter 10. Cluster Analysis: Basic Conc...
 
Estimation of Distribution Algorithms Tutorial
Estimation of Distribution Algorithms TutorialEstimation of Distribution Algorithms Tutorial
Estimation of Distribution Algorithms Tutorial
 

Similar to Analyzing Probabilistic Models in Hierarchical BOA on Traps and Spin Glasses

SPICE MODEL of TPCM8002-H (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPCM8002-H (Standard+BDS Model) in SPICE PARKSPICE MODEL of TPCM8002-H (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPCM8002-H (Standard+BDS Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of TPCM8002-H (Professional+BDP Model) in SPICE PARK
SPICE MODEL of TPCM8002-H (Professional+BDP Model) in SPICE PARKSPICE MODEL of TPCM8002-H (Professional+BDP Model) in SPICE PARK
SPICE MODEL of TPCM8002-H (Professional+BDP Model) in SPICE PARKTsuyoshi Horigome
 
slide
slideslide
slidekoh-t
 
SPICE MODEL of TPCA8004-H (Professional+BDP Model) in SPICE PARK
SPICE MODEL of TPCA8004-H (Professional+BDP Model) in SPICE PARKSPICE MODEL of TPCA8004-H (Professional+BDP Model) in SPICE PARK
SPICE MODEL of TPCA8004-H (Professional+BDP Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 2SK3435 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK3435 (Professional+BDP Model) in SPICE PARKSPICE MODEL of 2SK3435 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK3435 (Professional+BDP Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of TPCA8004-H (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPCA8004-H (Standard+BDS Model) in SPICE PARKSPICE MODEL of TPCA8004-H (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPCA8004-H (Standard+BDS Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 2SK2508 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK2508 (Professional+BDP Model) in SPICE PARKSPICE MODEL of 2SK2508 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK2508 (Professional+BDP Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 2SK2508 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK2508 (Standard+BDS Model) in SPICE PARKSPICE MODEL of 2SK2508 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK2508 (Standard+BDS Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of TPC8026 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC8026 (Standard+BDS Model) in SPICE PARKSPICE MODEL of TPC8026 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC8026 (Standard+BDS Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 2SK2611 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK2611 (Standard+BDS Model) in SPICE PARKSPICE MODEL of 2SK2611 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK2611 (Standard+BDS Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 2SK3435 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK3435 (Standard+BDS Model) in SPICE PARKSPICE MODEL of 2SK3435 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK3435 (Standard+BDS Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 2SK3906 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK3906 (Standard+BDS Model) in SPICE PARKSPICE MODEL of 2SK3906 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK3906 (Standard+BDS Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of TPC6109-H (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC6109-H (Standard+BDS Model) in SPICE PARKSPICE MODEL of TPC6109-H (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC6109-H (Standard+BDS Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of STPSC1206 (Professional Model) in SPICE PARK
SPICE MODEL of STPSC1206 (Professional Model) in SPICE PARKSPICE MODEL of STPSC1206 (Professional Model) in SPICE PARK
SPICE MODEL of STPSC1206 (Professional Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of TPCM8001-H (Professional+BDSP Model) in SPICE PARK
SPICE MODEL of TPCM8001-H (Professional+BDSP Model) in SPICE PARKSPICE MODEL of TPCM8001-H (Professional+BDSP Model) in SPICE PARK
SPICE MODEL of TPCM8001-H (Professional+BDSP Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of TPCP8002 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPCP8002 (Standard+BDS Model) in SPICE PARKSPICE MODEL of TPCP8002 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPCP8002 (Standard+BDS Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of TPC8118 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC8118 (Standard+BDS Model) in SPICE PARKSPICE MODEL of TPC8118 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC8118 (Standard+BDS Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of TPC8111 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC8111 (Standard+BDS Model) in SPICE PARKSPICE MODEL of TPC8111 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC8111 (Standard+BDS Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 2SK2611 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK2611 (Professional+BDP Model) in SPICE PARKSPICE MODEL of 2SK2611 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK2611 (Professional+BDP Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of TPC8110 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC8110 (Standard+BDS Model) in SPICE PARKSPICE MODEL of TPC8110 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC8110 (Standard+BDS Model) in SPICE PARKTsuyoshi Horigome
 

Similar to Analyzing Probabilistic Models in Hierarchical BOA on Traps and Spin Glasses (20)

SPICE MODEL of TPCM8002-H (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPCM8002-H (Standard+BDS Model) in SPICE PARKSPICE MODEL of TPCM8002-H (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPCM8002-H (Standard+BDS Model) in SPICE PARK
 
SPICE MODEL of TPCM8002-H (Professional+BDP Model) in SPICE PARK
SPICE MODEL of TPCM8002-H (Professional+BDP Model) in SPICE PARKSPICE MODEL of TPCM8002-H (Professional+BDP Model) in SPICE PARK
SPICE MODEL of TPCM8002-H (Professional+BDP Model) in SPICE PARK
 
slide
slideslide
slide
 
SPICE MODEL of TPCA8004-H (Professional+BDP Model) in SPICE PARK
SPICE MODEL of TPCA8004-H (Professional+BDP Model) in SPICE PARKSPICE MODEL of TPCA8004-H (Professional+BDP Model) in SPICE PARK
SPICE MODEL of TPCA8004-H (Professional+BDP Model) in SPICE PARK
 
SPICE MODEL of 2SK3435 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK3435 (Professional+BDP Model) in SPICE PARKSPICE MODEL of 2SK3435 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK3435 (Professional+BDP Model) in SPICE PARK
 
SPICE MODEL of TPCA8004-H (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPCA8004-H (Standard+BDS Model) in SPICE PARKSPICE MODEL of TPCA8004-H (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPCA8004-H (Standard+BDS Model) in SPICE PARK
 
SPICE MODEL of 2SK2508 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK2508 (Professional+BDP Model) in SPICE PARKSPICE MODEL of 2SK2508 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK2508 (Professional+BDP Model) in SPICE PARK
 
SPICE MODEL of 2SK2508 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK2508 (Standard+BDS Model) in SPICE PARKSPICE MODEL of 2SK2508 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK2508 (Standard+BDS Model) in SPICE PARK
 
SPICE MODEL of TPC8026 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC8026 (Standard+BDS Model) in SPICE PARKSPICE MODEL of TPC8026 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC8026 (Standard+BDS Model) in SPICE PARK
 
SPICE MODEL of 2SK2611 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK2611 (Standard+BDS Model) in SPICE PARKSPICE MODEL of 2SK2611 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK2611 (Standard+BDS Model) in SPICE PARK
 
SPICE MODEL of 2SK3435 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK3435 (Standard+BDS Model) in SPICE PARKSPICE MODEL of 2SK3435 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK3435 (Standard+BDS Model) in SPICE PARK
 
SPICE MODEL of 2SK3906 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK3906 (Standard+BDS Model) in SPICE PARKSPICE MODEL of 2SK3906 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK3906 (Standard+BDS Model) in SPICE PARK
 
SPICE MODEL of TPC6109-H (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC6109-H (Standard+BDS Model) in SPICE PARKSPICE MODEL of TPC6109-H (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC6109-H (Standard+BDS Model) in SPICE PARK
 
SPICE MODEL of STPSC1206 (Professional Model) in SPICE PARK
SPICE MODEL of STPSC1206 (Professional Model) in SPICE PARKSPICE MODEL of STPSC1206 (Professional Model) in SPICE PARK
SPICE MODEL of STPSC1206 (Professional Model) in SPICE PARK
 
SPICE MODEL of TPCM8001-H (Professional+BDSP Model) in SPICE PARK
SPICE MODEL of TPCM8001-H (Professional+BDSP Model) in SPICE PARKSPICE MODEL of TPCM8001-H (Professional+BDSP Model) in SPICE PARK
SPICE MODEL of TPCM8001-H (Professional+BDSP Model) in SPICE PARK
 
SPICE MODEL of TPCP8002 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPCP8002 (Standard+BDS Model) in SPICE PARKSPICE MODEL of TPCP8002 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPCP8002 (Standard+BDS Model) in SPICE PARK
 
SPICE MODEL of TPC8118 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC8118 (Standard+BDS Model) in SPICE PARKSPICE MODEL of TPC8118 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC8118 (Standard+BDS Model) in SPICE PARK
 
SPICE MODEL of TPC8111 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC8111 (Standard+BDS Model) in SPICE PARKSPICE MODEL of TPC8111 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC8111 (Standard+BDS Model) in SPICE PARK
 
SPICE MODEL of 2SK2611 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK2611 (Professional+BDP Model) in SPICE PARKSPICE MODEL of 2SK2611 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK2611 (Professional+BDP Model) in SPICE PARK
 
SPICE MODEL of TPC8110 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC8110 (Standard+BDS Model) in SPICE PARKSPICE MODEL of TPC8110 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of TPC8110 (Standard+BDS Model) in SPICE PARK
 

More from Martin Pelikan

Population Dynamics in Conway’s Game of Life and its Variants
Population Dynamics in Conway’s Game of Life and its VariantsPopulation Dynamics in Conway’s Game of Life and its Variants
Population Dynamics in Conway’s Game of Life and its VariantsMartin Pelikan
 
Image segmentation using a genetic algorithm and hierarchical local search
Image segmentation using a genetic algorithm and hierarchical local searchImage segmentation using a genetic algorithm and hierarchical local search
Image segmentation using a genetic algorithm and hierarchical local searchMartin Pelikan
 
Distance-based bias in model-directed optimization of additively decomposable...
Distance-based bias in model-directed optimization of additively decomposable...Distance-based bias in model-directed optimization of additively decomposable...
Distance-based bias in model-directed optimization of additively decomposable...Martin Pelikan
 
Pairwise and Problem-Specific Distance Metrics in the Linkage Tree Genetic Al...
Pairwise and Problem-Specific Distance Metrics in the Linkage Tree Genetic Al...Pairwise and Problem-Specific Distance Metrics in the Linkage Tree Genetic Al...
Pairwise and Problem-Specific Distance Metrics in the Linkage Tree Genetic Al...Martin Pelikan
 
Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor...
Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor...Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor...
Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor...Martin Pelikan
 
Finding Ground States of Sherrington-Kirkpatrick Spin Glasses with Hierarchic...
Finding Ground States of Sherrington-Kirkpatrick Spin Glasses with Hierarchic...Finding Ground States of Sherrington-Kirkpatrick Spin Glasses with Hierarchic...
Finding Ground States of Sherrington-Kirkpatrick Spin Glasses with Hierarchic...Martin Pelikan
 
Computational complexity and simulation of rare events of Ising spin glasses
Computational complexity and simulation of rare events of Ising spin glasses Computational complexity and simulation of rare events of Ising spin glasses
Computational complexity and simulation of rare events of Ising spin glasses Martin Pelikan
 
Hybrid Evolutionary Algorithms on Minimum Vertex Cover for Random Graphs
Hybrid Evolutionary Algorithms on Minimum Vertex Cover for Random GraphsHybrid Evolutionary Algorithms on Minimum Vertex Cover for Random Graphs
Hybrid Evolutionary Algorithms on Minimum Vertex Cover for Random GraphsMartin Pelikan
 

More from Martin Pelikan (8)

Population Dynamics in Conway’s Game of Life and its Variants
Population Dynamics in Conway’s Game of Life and its VariantsPopulation Dynamics in Conway’s Game of Life and its Variants
Population Dynamics in Conway’s Game of Life and its Variants
 
Image segmentation using a genetic algorithm and hierarchical local search
Image segmentation using a genetic algorithm and hierarchical local searchImage segmentation using a genetic algorithm and hierarchical local search
Image segmentation using a genetic algorithm and hierarchical local search
 
Distance-based bias in model-directed optimization of additively decomposable...
Distance-based bias in model-directed optimization of additively decomposable...Distance-based bias in model-directed optimization of additively decomposable...
Distance-based bias in model-directed optimization of additively decomposable...
 
Pairwise and Problem-Specific Distance Metrics in the Linkage Tree Genetic Al...
Pairwise and Problem-Specific Distance Metrics in the Linkage Tree Genetic Al...Pairwise and Problem-Specific Distance Metrics in the Linkage Tree Genetic Al...
Pairwise and Problem-Specific Distance Metrics in the Linkage Tree Genetic Al...
 
Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor...
Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor...Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor...
Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor...
 
Finding Ground States of Sherrington-Kirkpatrick Spin Glasses with Hierarchic...
Finding Ground States of Sherrington-Kirkpatrick Spin Glasses with Hierarchic...Finding Ground States of Sherrington-Kirkpatrick Spin Glasses with Hierarchic...
Finding Ground States of Sherrington-Kirkpatrick Spin Glasses with Hierarchic...
 
Computational complexity and simulation of rare events of Ising spin glasses
Computational complexity and simulation of rare events of Ising spin glasses Computational complexity and simulation of rare events of Ising spin glasses
Computational complexity and simulation of rare events of Ising spin glasses
 
Hybrid Evolutionary Algorithms on Minimum Vertex Cover for Random Graphs
Hybrid Evolutionary Algorithms on Minimum Vertex Cover for Random GraphsHybrid Evolutionary Algorithms on Minimum Vertex Cover for Random Graphs
Hybrid Evolutionary Algorithms on Minimum Vertex Cover for Random Graphs
 

Recently uploaded

Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 

Recently uploaded (20)

Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 

Analyzing Probabilistic Models in Hierarchical BOA on Traps and Spin Glasses

  • 1. Analyzing Probabilistic Models in Hierarchical BOA on Traps and Spin Glasses Mark Hauschild, Martin Pelikan, Claudio F. Lima, Kumara Sastry
  • 2. Motivation Background hBOA can solve difficult problems scalably and reliably Much empirical work has been done efficiency enhancement (EE) scalability Relatively little studying of the models themselves Purpose Understand models in hBOA Design problem-specific EE Design automated EE techniques Educate researchers about their problems
  • 3. Outline Hierarchical BOA (hBOA) Models in hBOA Experiments Trap 5 2d Ising Spin Glass Conclusions Future Work
  • 4. Hierarchical Bayesian Optimization Algorithm (hBOA) Pelikan, Goldberg and Cantu-Paz (2001) Uses Bayesian network with local structures to model promising solutions Bayesian network Acyclic directed Graph String positions are the nodes Edges represent conditional dependencies Where there is no edge, implicit independence Sampled to create new population each gen. Niching to maintain diversity
  • 5. hBOA Bayesian Current New network Selection population population
  • 6. Bayesian Network Structure Edges determine dependence Parameters p(Burglary|Alarm)
  • 7. What are we looking for? Accuracy Do the models accurately represent the underlying problem structure Jij Effects on scalability Using models to understand problems Dynamics How the models change over time Efficiency Enhancement
  • 8. Test Problems Selecting our test problems Have to know what a good model looks like Non-trivial Easily scaled up Diverse Test Problems Selected Trap-5 2D Ising Spin Glass
  • 9. Trap-5 Partition binary string into disjoint groups of 5 bits 5 if ones = 5 trap (ones) = 4 ones otherwise Total fitness is sum of single traps Optimum: String 1111…1
  • 10. Perfect Model for Trap-5 Each 5-bit partition should be fully (or close to fully) connected (10 edges) Necessary dependencies Bits between partitions should be independent Unnecessary dependencies
  • 11. Trap-5 Experiments Problem sizes 15-210 30 runs for each size Bisection was used to determine population size
  • 12. Trap-5 Results Necessary and unnecessary dependencies w.r.t problem size Three snapshots taken in each run (first, middle, last gen.) Average of the 30 runs for each problem size
  • 13. Trap-5 Results a) Middle snapshot b) End snapshot Ratio of unnecessary dependencies to total dependencies as problem size increases
  • 14. Trap-5 Results 300 600 Total Total + New Dep + New Dep 250 500 − Old Dep − Old Dep Dependencies Dependencies 200 400 150 300 100 200 50 100 0 0 1 2 3 4 5 6 7 8 9 10 11 12 13 5 10 15 20 25 Generations Generations a) N = 100 bits. b) N = 200 bits. Model dynamics for two different problem sizes. Dependencies were counted as the same even if their direction changed.
  • 15. 2D Ising Spin Glass Origin in physics Spins arranged on a 2D grid (periodic boundary conditions) Each spin (sj) can have two values: +1 or -1 E = E (c ) si J i , j s j Set of connection weights i, j Jij specifies an instance.
  • 16. 2D Ising Spin Glass Very hard for most optimization techniques Extremely large number of local optima Any decomposition of bounded order is insufficient The problem is solvable in polynomial time by analytical techniques hBOA does solve it in polynomial time A deterministic hill-climber (DHC) is used to improve the quality of all evaluated solutions Single bit flips until no improvements
  • 17. Perfect Model for Spin-Glass Not sure what the perfect model is To some degree, all positions are dependent on all others If we consider all, it will not scale We would expect the interactions should decrease in magnitude as their distance increases
  • 18. Spin Glass Experiments 100 different instances of size 10x10 to 20x20 Only graphs of 20x20 are shown With and without DHC 5 runs of each instance Scaling as we restrict models Restrict models to short order dependencies
  • 19. Spin Glass Results 800 800 Dependencies Dependencies 600 600 400 400 200 200 0 0 0 10 20 0 10 20 Distance Distance a) First generation b) Second snapshot 800 800 Dependencies Dependencies 600 600 400 400 200 200 0 0 0 10 20 0 10 20 Distance Distance c) Third snapshot d) Last generation
  • 20. Spin Glass Results (No DHC) 800 800 Dependencies Dependencies 600 600 400 400 200 200 0 0 0 10 20 0 10 20 Distance Distance a) First generation b) Second snapshot 800 800 Dependencies Dependencies 600 600 400 400 200 200 0 0 0 10 20 0 10 20 Distance Distance c) Third snapshot d) Last generation
  • 21. Spin Glass Results 1800 800 Total Total + New Dep + New Dep 1500 − Old Dep − Old Dep 600 Dependencies Dependencies 1200 900 400 600 200 300 0 0 1 2 3 4 5 6 7 8 9 101112131415 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Generations Generations a) All dependencies b) Neighbor dependencies One example instance (rest similar) Dependencies were counted the same even if their direction changed
  • 22. Restricting hBOA models 5 10 stock d(2) Fitness Evaluations d(1) 4 10 3 10 100 144 196 256 324400 625 900 Problem Size Evaluations varying by different restrictions Experiments without DHC had similar scaling
  • 23. Conclusions Studying hBOA models is challenging but possible hBOA generates accurate models quickly Models reveal a lot of information about the problem Models do not change rapidly over time Information about models can help us design EE
  • 24. Future Work Do model analysis on other challenging problems Artificial Real world Develop techniques to automatically exploit this information for EE