A134342 Accepted inputs by a certain adaptive automaton (number 4258072) with two adaptive functions and unary numbers as input.
0, 2, 5, 9, 15, 24, 38, 59, 90, 137, 207, 312, 470, 707, 1062, 1595, 2394, 3593, 5391, 8088
Offset: 0
References
- J. J. Neto, Adaptive Rule-Driven Devices - General Formulation and Case Study, CIAA(2001)
- J. J. Neto, Adaptive automata for context-dependent languages, SIGPLAN Notices, 29(9) (1994) pp. 115-124
- Future article about research on adaptive finite automata with simple rules and complex behavior.
Links
- Nicolau Werneck, Adaptoide, a library for adaptive finite automata. Source code in C++ available.
- João José Neto, Adaptive Rule-Driven Devices - General Formulation and Case Study, CIAA (2001)
- João José Neto, Adaptive automata for context-dependent languages, SIGPLAN Notices, 29(9) (1994) pp. 115-124.
- Yaohui Zhu, Kaiming Sun, Zhengdong Luo, and Lingfeng Wang, Progressive Self-Learning for Domain Adaptation on Symbolic Regression of Integer Sequences, Proc. 39th AAAI Conf. Artif. Intel. (2025) Vol. 39, No. 1, 1692-1699. See p. 1698.
Formula
FUN PRE F: GEN; * 1 T11 G; T1 1 *; END; FUN PRE G: GEN; T1 1 T11 F; T 1 T1; END; q1 1 q1 F; INIT q1; FINAL q1;
Comments