active-logic / active-logic/xgoap
Allow planning actions to clone and return model state
Abierto
enhancement
- Lenguaje dominante
- C#
- Estrellas
- 76
- Forks
- 8
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
A custom clone method is helpful; allowing planning actions to provide their own has advantages:
- A planning action knows what state it modifies. With a well structured model planning action can return a shallow copy, with only relevant sections re-allocated (uses less memory)
- In turn this makes equality compares much faster, because un-modified refs can be detected right away.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.