sinshu / numflat

A numerical computation library for C#
MIT License
22 stars 3 forks source link

Add OPTICS #19

Open sinshu opened 4 months ago

sinshu commented 4 months ago

https://en.wikipedia.org/wiki/OPTICS_algorithm

sinshu commented 3 months ago

I'm progressing with the implementation of OPTICS in the following branch, but since .NET 8's PriorityQueue does not allow updating priorities, the addition of OPTICS will be pending for the time being 😖 https://github.com/sinshu/numflat/tree/optics

sinshu commented 3 months ago

It seems that priority updates will be possible in .NET 9 🤔 https://github.com/dotnet/runtime/issues/44871#issuecomment-1868915208