Skip to content
Snippets Groups Projects
  1. Feb 09, 2021
  2. May 30, 2020
  3. Nov 30, 2019
  4. Nov 28, 2019
  5. Nov 26, 2019
    • Ke.Liu's avatar
      Merge branch 'issue-3' into 'master' · e24831a0
      Ke.Liu authored
      Discard phase points in *-segregate-phases if absent from SVM model
      
      Closes #3
      
      See merge request J.Greitemann/svm-order-params!5
      e24831a0
  6. Nov 24, 2019
    • Jonas Greitemann's avatar
      Discard phase points in *-segregate-phases if absent from SVM model · 1eeec75b
      Jonas Greitemann authored
      This fixes #3.
      
      If no samples have been taken at a phase point, the SVM model will not
      know about it can thus no graph edges will connect to that point.
      Previously, those points would still be included in the graph analysis,
      resulting potentially in many disconnected points and a large degeneracy
      of eigenvalue zero. The new behavior is to discard those phase points
      flat out.
      1eeec75b
  7. Nov 20, 2019
    • Ke.Liu's avatar
      Merge branch 'issue-2' into 'master' · 8f74c244
      Ke.Liu authored
      Restore parameters points from all merged clones in the graph analysis
      
      Closes #2
      
      See merge request J.Greitemann/svm-order-params!4
      8f74c244
  8. Nov 18, 2019
  9. Nov 16, 2019
  10. Nov 13, 2019
  11. Nov 11, 2019
  12. Nov 06, 2019
  13. Oct 29, 2019
  14. Oct 27, 2019
    • Ke Liu's avatar
      changed cmake_minimum_required to VERSION 3.1 · 6d1858e4
      Ke Liu authored
      6d1858e4
    • Jonas Greitemann's avatar
      Remove deprecated member type from interface def · 9297b794
      Jonas Greitemann authored
      The member types `phase_label` and `phase_sweep_policy_type` formerly
      required a definition as part of the TKSVM simulation class interface.
      The need for this historically originated in when classifiers and sweep
      policies were determined at compile time. Now that these are derived of
      abstract policies, the remaining uses of these types could be replaced
      by their canonical definitions:
      
          using phase_label = typename phase_space::classifier::policy<phase_point>::label_type;
          using phase_sweep_policy_type = phase_space::sweep::policy<phase_point>;
      
      TKSVM-compliant simulation classes are thus now longer required to
      implement these.
      9297b794
  15. Oct 26, 2019
    • Jonas Greitemann's avatar
      Skip sample is configuration is empty · 25b2d9ab
      Jonas Greitemann authored
      This enables simulation classes to intentionally return an "empty"
      configuration in cases where no samples are desired but the simulation
      is merely run as part of a larger PT set.
      
      "Emptiness" is established by calling empty() on the configuration.
      Since not all configuration type may implement empty(), the comparison
      `size() == 0` is a compile-time fallback. If no `size()` is provided,
      the distance between begin and end iterators is used.
      25b2d9ab
  16. Oct 25, 2019
  17. Oct 22, 2019
  18. Oct 07, 2019
Loading