Update CHANGES.md

This commit is contained in:
Simon Giraudot 2018-12-12 10:06:33 +01:00
parent 35511bae8e
commit 3b0220482a
1 changed files with 14 additions and 0 deletions

View File

@ -32,6 +32,20 @@ Release date: March 2019
- Added the class `CGAL::Rigid_triangle_mesh_collision_detection` to detect intersections between meshes
and volumes undergoing affine transformations.
### Classification
- Added a new experimental classifier
`TensorFlow_neural_network_classifier`.
- The training algorithm of `ETHZ_random_forest_classifier` was
parallelized.
- Added a constructor to copy a `ETHZ_random_forest_classifier`
using a different data set as input.
- Added 3 new geometric features, `Height_above`, `Height_below` and
`Vertical_range`.
### 3D Fast Intersection and Distance Computation
- The primitives `AABB_face_graph_triangle_primitive` and