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

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 

Recently uploaded (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 

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