Skip to content
  1. Oct 23, 2023
  2. Oct 06, 2023
  3. Oct 05, 2023
  4. Oct 02, 2023
  5. Sep 27, 2023
  6. Sep 21, 2023
  7. Sep 20, 2023
  8. Mar 27, 2023
  9. Sep 12, 2022
  10. Sep 02, 2022
  11. Aug 26, 2022
  12. Aug 24, 2022
    • Vlastislav Dohnal's avatar
      * Changed management of candidates in internal nodes: Node.insertCandidate -... · c96f0ea3
      Vlastislav Dohnal authored
      * Changed management of candidates in internal nodes: Node.insertCandidate - replace the closest candidate with the new (better (farther)) candidate
      * Changed default of recomputeDuringSplit to false -- if true, it checks and changes candidates among siblings in Node.getRelevantCandidateHullObjects
      * Change: When a node is split and the new nodes fit into the parent, the parent's hull is updated with candidate objects.
      * Change: internal node's isCovered test takes into account the candidates in a way that an object non-covered by hull is taken as covered if its rank is smaller than at least one candidate of the node.
      
      * Added cmd args for recompute during split/insert
      * Minor code clean-up
      c96f0ea3
  13. Aug 22, 2022
  14. Aug 19, 2022
  15. Aug 10, 2022
  16. Aug 05, 2022
  17. Aug 02, 2022
  18. Aug 01, 2022
  19. Jul 29, 2022
    • Vlastislav Dohnal's avatar
      * Min. hull objects parameter added! · 94dfa0f5
      Vlastislav Dohnal authored
      * Bug fixes: ?
      ** Parameter --recompute is no used (it was ignored and always set to true)
      ** MHTree.recomputeAncestors is not used in test to update parent hulls in balancedInsert but rather recomputeCandidatesDuringSplit is tested
      94dfa0f5
  20. Jul 15, 2022