-
arXiv:2312.14942 [pdf, ps, other]
Liquid State Genetic Programming
Abstract: A new Genetic Programming variant called Liquid State Genetic Programming (LSGP) is proposed in this paper. LSGP is a hybrid method combining a dynamic memory for storing the inputs (the liquid) and a Genetic Programming technique used for the problem solving part. Several numerical experiments with LSGP are performed by using several benchmarking problems. Numerical experiments show that LSGP per… ▽ More
Submitted 5 December, 2023; originally announced December 2023.
Comments: 10 pages, 1 figure, ICANNGA 2007, Lecture Notes in Computer Science, pp 220-229, vol 4431. Springer. arXiv admin note: text overlap with arXiv:2110.02014, arXiv:2111.14790
Journal ref: In: Beliczynski, B., Dzielinski, A., Iwanowski, M., Ribeiro, B. (eds) Adaptive and Natural Computing Algorithms. ICANNGA 2007. Lecture Notes in Computer Science, vol 4431. Springer
-
A comparison of several AI techniques for authorship attribution on Romanian texts
Abstract: Determining the author of a text is a difficult task. Here we compare multiple AI techniques for classifying literary texts written by multiple authors by taking into account a limited number of speech parts (prepositions, adverbs, and conjunctions). We also introduce a new dataset composed of texts written in the Romanian language on which we have run the algorithms. The compared methods are Arti… ▽ More
Submitted 21 January, 2023; v1 submitted 9 November, 2022; originally announced November 2022.
Comments: We initially used the Accuracy evaluation tool to compute the macro-accuracy, obtaining a value of 88.84%. We, thereafter discovered that this value was erroneous and used other methods which gave us the value of 80.94% for the macro-accuracy. In this version of the paper we present the python module solution by using sklearn.metrics's classification_report and balanced_accuracy_score
MSC Class: 03B65; 62H30; 68T01; 68T05; 68T07; 68T10; 68T20; 68T30; 68T50; 91F20 ACM Class: I.2.0; I.2.6
Journal ref: Mathematics 2022, 10(23), 4589
-
arXiv:2203.13202 [pdf, ps, other]
Multi Expression Programming for solving classification problems
Abstract: Multi Expression Programming (MEP) is a Genetic Programming variant which encodes multiple solutions in a single chromosome. This paper introduces and deeply describes several strategies for solving binary and multi-class classification problems within the \textit{multi solutions per chromosome} paradigm of MEP. Extensive experiments on various classification problems are performed. MEP shows simi… ▽ More
Submitted 16 March, 2022; originally announced March 2022.
Comments: 14 pages, 6 tables
-
arXiv:2111.14790 [pdf, ps, other]
Solving classification problems using Traceless Genetic Programming
Abstract: Traceless Genetic Programming (TGP) is a new Genetic Programming (GP) that may be used for solving difficult real-world problems. The main difference between TGP and other GP techniques is that TGP does not explicitly store the evolved computer programs. In this paper, TGP is used for solving real-world classification problems taken from PROBEN1. Numerical experiments show that TGP performs simila… ▽ More
Submitted 7 October, 2021; originally announced November 2021.
Comments: arXiv admin note: substantial text overlap with arXiv:2110.02014, arXiv:2110.13608, arXiv:2110.00468
Journal ref: World Computer Congress, The Symposium on Professional Practice in AI, 26-29 August, Toulouse, France, edited by E. Mercier-Laurent, J. Debenham, pp. 403-412, 2004
-
Using Traceless Genetic Programming for Solving Multiobjective Optimization Problems
Abstract: Traceless Genetic Programming (TGP) is a Genetic Programming (GP) variant that is used in cases where the focus is rather the output of the program than the program itself. The main difference between TGP and other GP techniques is that TGP does not explicitly store the evolved computer programs. Two genetic operators are used in conjunction with TGP: crossover and insertion. In this paper, we sha… ▽ More
Submitted 7 October, 2021; originally announced October 2021.
Comments: 9 figures. arXiv admin note: text overlap with arXiv:2110.02014
Journal ref: Journal of Experimental and Theoretical Artificial Intelligence, Taylor & Francis, Vol. 19, pp. 227-248, 2007
-
Improving the Search by Encoding Multiple Solutions in a Chromosome
Abstract: We investigate the possibility of encoding multiple solutions of a problem in a single chromosome. The best solution encoded in an individual will represent (will provide the fitness of) that individual. In order to obtain some benefits the chromosome decoding process must have the same complexity as in the case of a single solution in a chromosome. Three Genetic Programming techniques are analyze… ▽ More
Submitted 13 October, 2021; originally announced October 2021.
Comments: 7 figures
Journal ref: Evolutionary Machine Design, Nova Science Publisher, New-York, edited by Nadia Nedjah (et al.), pp. 81-107, 2004
-
Evolving Evolutionary Algorithms with Patterns
Abstract: A new model for evolving Evolutionary Algorithms (EAs) is proposed in this paper. The model is based on the Multi Expression Programming (MEP) technique. Each MEP chromosome encodes an evolutionary pattern that is repeatedly used for generating the individuals of a new generation. The evolved pattern is embedded into a standard evolutionary scheme that is used for solving a particular problem. Sev… ▽ More
Submitted 10 October, 2021; originally announced October 2021.
Comments: arXiv admin note: substantial text overlap with arXiv:2109.13110
Journal ref: Soft Computing, Springer-Verlag Vol. 11, Issue 6, pp. 503-518, 2007
-
Solving even-parity problems using traceless genetic programming
Abstract: A genetic programming (GP) variant called traceless genetic programming (TGP) is proposed in this paper. TGP is a hybrid method combining a technique for building individuals and a technique for representing individuals. The main difference between TGP and other GP techniques is that TGP does not explicitly store the evolved computer programs. Two genetic operators are used in conjunction with TGP… ▽ More
Submitted 4 October, 2021; originally announced October 2021.
Comments: 7 Figures, 3 Tables
Journal ref: Congress on Evolutionary Computation, IEEE Press, Vol.2, pp. 1813-1819, 2004
-
New Evolutionary Computation Models and their Applications to Machine Learning
Abstract: Automatic Programming is one of the most important areas of computer science research today. Hardware speed and capability have increased exponentially, but the software is years behind. The demand for software has also increased significantly, but it is still written in old fashion: by using humans. There are multiple problems when the work is done by humans: cost, time, quality. It is costly t… ▽ More
Submitted 1 October, 2021; originally announced October 2021.
Comments: 169 pages. This thesis describes several evolutionary models developed by the author during his PhD program
Journal ref: PhD thesis, 2004
-
arXiv:2110.00367 [pdf, ps, other]
Multi Expression Programming -- an in-depth description
Abstract: Multi Expression Programming (MEP) is a Genetic Programming variant that uses a linear representation of chromosomes. MEP individuals are strings of genes encoding complex computer programs. When MEP individuals encode expressions, their representation is similar to the way in which compilers translate $C$ or $Pascal$ expressions into machine code. A unique MEP feature is the ability to store mult… ▽ More
Submitted 28 September, 2021; originally announced October 2021.
Comments: 28 pages, 2 Figures
-
arXiv:2109.13738 [pdf, ps, other]
Searching for a practical evidence of the No Free Lunch theorems
Abstract: According to the No Free Lunch (NFL) theorems all black-box algorithms perform equally well when compared over the entire set of optimization problems. An important problem related to NFL is finding a test problem for which a given algorithm is better than another given algorithm. Of high interest is finding a function for which Random Search is better than another standard evolutionary algorithm.… ▽ More
Submitted 21 August, 2021; originally announced September 2021.
Comments: 11 pages
Journal ref: BioInspired Approaches to Advanced Information Technology, BioADIT'04, Lausanne, Switzerland, 29-31 January, edited by A. Ijspeert (et al), LNCS 3141, pp. 472-483, Springer-Verlag, Berlin, 2004
-
Evolving Evolutionary Algorithms using Multi Expression Programming
Abstract: Finding the optimal parameter setting (i.e. the optimal population size, the optimal mutation probability, the optimal evolutionary model etc) for an Evolutionary Algorithm (EA) is a difficult task. Instead of evolving only the parameters of the algorithm we will evolve an entire EA capable of solving a particular problem. For this purpose the Multi Expression Programming (MEP) technique is used.… ▽ More
Submitted 22 August, 2021; originally announced September 2021.
Comments: 8 pages, 2 figures. arXiv admin note: text overlap with arXiv:2109.13110
Journal ref: European Conference on Artificial Life, LNCS 2801, pp. 651-658, 2003
-
arXiv:2109.13355 [pdf, ps, other]
Evolving reversible circuits for the even-parity problem
Abstract: Reversible computing basically means computation with less or not at all electrical power. Since the standard binary gates are not usually reversible we use the Fredkin gate in order to achieve reversibility. An algorithm for designing reversible digital circuits is described in this paper. The algorithm is based on Multi Expression Programming (MEP), a Genetic Programming variant with a linear re… ▽ More
Submitted 21 August, 2021; originally announced September 2021.
Comments: 11 pages. arXiv admin note: substantial text overlap with arXiv:2109.13107
Journal ref: EvoHOT workshop, Applications of Evolutionary Computing, Rothlauf, F. et al (Eds.), LNCS 3449, pp. 225-234, Springer-Verlag, Berlin, 2005
-
Evolving Evolutionary Algorithms using Linear Genetic Programming
Abstract: A new model for evolving Evolutionary Algorithms is proposed in this paper. The model is based on the Linear Genetic Programming (LGP) technique. Every LGP chromosome encodes an EA which is used for solving a particular problem. Several Evolutionary Algorithms for function optimization, the Traveling Salesman Problem, and the Quadratic Assignment Problem are evolved by using the considered model.… ▽ More
Submitted 21 August, 2021; originally announced September 2021.
Comments: 23 pages, 3 figures
Journal ref: Evolutionary Computation, MIT Press, Vol. 13, Issue 3, pp. 387-410, 2005
-
arXiv:2109.13109 [pdf, ps, other]
Evolving winning strategies for Nim-like games
Abstract: An evolutionary approach for computing the winning strategy for Nim-like games is proposed in this paper. The winning strategy is computed by using the Multi Expression Programming (MEP) technique - a fast and efficient variant of the Genetic Programming (GP). Each play strategy is represented by a mathematical expression that contains mathematical operators (such as +, -, *, mod, div, and , or, x… ▽ More
Submitted 21 August, 2021; originally announced September 2021.
Comments: 9 pages
Journal ref: World Computer Congress, Student Forum, 26-29 August, Toulouse, France, edited by Mohamed Kaaniche, pp. 353-364, Kluwer Academic Publisher, 2004
-
arXiv:2109.13107 [pdf, ps, other]
Evolving Digital Circuits for the Knapsack Problem
Abstract: Multi Expression Programming (MEP) is a Genetic Programming variant that uses linear chromosomes for solution encoding. A unique feature of MEP is its ability of encoding multiple solutions of a problem in a single chromosome. In this paper we use Multi Expression Programming for evolving digital circuits for a well-known NP-Complete problem: the knapsack (subset sum) problem. Numerical experiment… ▽ More
Submitted 21 August, 2021; originally announced September 2021.
Comments: 8 pages
Journal ref: E-HARD Workshop, Edited by M. Bubak, G. D. van Albada, P. Sloot, and J. Dongarra, Vol. III, pp. 1257-1264, 6-9 June, Krakow, Poland, Springer-Verlag, Berlin, 2004
-
Energy of cosmological spacetimes and perturbations: a quasilocal approach
Abstract: Quasilocal definitions of stress-energy-momentum -- that is, in the form of boundary densities (rather than local volume densities) -- have proven generally very useful in formulating and applying conservation laws in general relativity. In this paper, we present a detailed application of such definitions to cosmology, specifically using the Brown-York quasilocal stress-energy-momentum tensor for… ▽ More
Submitted 16 February, 2021; v1 submitted 17 June, 2020; originally announced June 2020.
Comments: v1: 28 pages, 3 figures; v2: 30 pages. References and comments added; v3: 35 pages. New subsection (IV A) added
Journal ref: Class. Quantum Grav. 38, 085012 (2021)
-
Quasilocal conservation laws in cosmology: a first look
Abstract: Quasilocal definitions of stress-energy-momentum---that is, in the form of boundary densities (in lieu of local volume densities)---have proven generally very useful in formulating and applying conservation laws in general relativity. In this essay, we take a first basic look into applying these to cosmology, specifically using the Brown-York quasilocal stress-energy-momentum tensor for matter and… ▽ More
Submitted 10 June, 2020; originally announced June 2020.
Comments: 8 pages, 3 figures. Essay awarded Honorable Mention in the Gravity Research Foundation 2020 Awards for Essays on Gravitation
-
Study of the Relativistic Dynamics of Extreme-Mass-Ratio Inspirals
Abstract: The principal subject of this thesis is the gravitational two-body problem in the extreme-mass-ratio regime---that is, where one mass is significantly smaller than the other---in the full context of our contemporary theory of gravity, general relativity. We divide this work into two broad parts: the first provides an overview of the theory of general relativity along with the basic mathematical me… ▽ More
Submitted 13 December, 2019; originally announced December 2019.
Comments: PhD thesis, Autonomous University of Barcelona and University of Orléans, 2019 (302 pages, 39 figures)
-
Jenny 5 -- the robot
Abstract: Jenny 5 is a fully open-source robot intended to be used mainly for research but can also act as a human assistant. It has a mobile platform with rubber tracks, a flexible leg, two arms with 7 degrees of freedom each and head with 2 degrees of freedom. The robot is actuated by 20 motors (DC, steppers and servos) and its state is read with the help of many sensors. The robot also has 3 webcams for… ▽ More
Submitted 10 August, 2019; v1 submitted 5 August, 2019; originally announced August 2019.
Comments: 39 pages, 9 figures, 7 tables
-
Motion of localized sources in general relativity: gravitational self-force from quasilocal conservation laws
Abstract: An idealized "test" object in general relativity moves along a geodesic. However, if the object has a finite mass, this will create additional curvature in the spacetime, causing it to deviate from geodesic motion. If the mass is nonetheless sufficiently small, such an effect is usually treated perturbatively and is known as the gravitational self-force due to the object. This issue is still an op… ▽ More
Submitted 26 March, 2020; v1 submitted 5 July, 2019; originally announced July 2019.
Comments: v1: 41 pages, 12 figures. To be submitted for publication, comments welcome; v2: 42 pages. Comments and references added; v3: Matches published version
Journal ref: Phys. Rev. D 101, 064060 (2020)
-
Particle-without-Particle: a practical pseudospectral collocation method for linear partial differential equations with distributional sources
Abstract: Partial differential equations with distributional sources---in particular, involving (derivatives of) delta distributions---have become increasingly ubiquitous in numerous areas of physics and applied mathematics. It is often of considerable interest to obtain numerical solutions for such equations, but any singular ("particle"-like) source modeling invariably introduces nontrivial computational… ▽ More
Submitted 19 November, 2018; v1 submitted 9 February, 2018; originally announced February 2018.
Comments: 41 pages, 11 figures; v2: references and clarifications added (mostly in the introduction), matches the published version in Journal of Scientific Computing
Journal ref: Journal of Scientific Computing 79, 827 (2019)
-
An optical solution for the set splitting problem
Abstract: We describe here an optical device, based on time-delays, for solving the set splitting problem which is well-known NP-complete problem. The device has a graph-like structure and the light is traversing it from a start node to a destination node. All possible (potential) paths in the graph are generated and at the destination we will check which one satisfies completely the problem's constrains.
Submitted 2 December, 2017; originally announced December 2017.
Comments: 10 pages, 2 figures
MSC Class: 68Q05; 68W10 ACM Class: F.1.1
Journal ref: Acta Univ. Sapientiae, Informatica 9, 2 (2017) 134-143
-
Fruit recognition from images using deep learning
Abstract: In this paper we introduce a new, high-quality, dataset of images containing fruits. We also present the results of some numerical experiment for training a neural network to detect fruits. We discuss the reason why we chose to use fruits in this project by proposing a few applications that could use this kind of neural network.
Submitted 24 January, 2021; v1 submitted 2 December, 2017; originally announced December 2017.
Comments: 38 pages
MSC Class: 68T45 ACM Class: I.2.6
Journal ref: Acta Univ. Sapientiae, Informatica Vol. 10, Issue 1, pp. 26-42, 2018
-
Relativistic geoids and time dependence: quasilocal frames versus isochronometric surfaces
Abstract: In a recent paper [D. Philipp, V. Perlick, D. Puetzfeld, E. Hackmann, and C. Lämmerzahl, Phys. Rev. D 95, 104037 (2017)], a definition of a general-relativistic geoid, restricted to stationary spacetimes, was presented in terms of "isochronometric surfaces". In this note, we explicate how this definition is just a special, highly restrictive case of our earlier formulation of the general-relativis… ▽ More
Submitted 2 June, 2017; originally announced June 2017.
Comments: 6 pages, 1 figure
-
arXiv:1703.00865 [pdf, ps, other]
A frequency-domain implementation of the particle-without-particle approach to EMRIs
Abstract: The gravitational waves emitted by binary systems with extreme mass ratios carry unique astrophysical information expected to be probed by the next generation of gravitational wave detectors such as LISA. The detection of these binaries rely on an accurate modeling of the gravitational self-force that drives their orbital evolution. Although the theoretical formalism to compute the self-force has… ▽ More
Submitted 2 March, 2017; originally announced March 2017.
Comments: 2 pages, to appear in the proceedings of the 11th International LISA Symposium (Zurich, 5-9 September 2016), in Journal of Physics: Conference Series
Journal ref: J. Phys.: Conf. Ser. 840, 012056 (2017)
-
Entropy theorems in classical mechanics, general relativity, and the gravitational two-body problem
Abstract: In classical Hamiltonian theories, entropy may be understood either as a statistical property of canonical systems, or as a mechanical property, that is, as a monotonic function of the phase space along trajectories. In classical mechanics, there are theorems which have been proposed for proving the non-existence of entropy in the latter sense. We explicate, clarify and extend the proofs of these… ▽ More
Submitted 26 August, 2016; v1 submitted 11 July, 2016; originally announced July 2016.
Comments: 39 pages, 3 figures; v2: version to appear in Phys. Rev. D, references added
Journal ref: Phys. Rev. D 94, 064049 (2016)
-
Geoids in General Relativity: Geoid Quasilocal Frames
Abstract: We develop, in the context of general relativity, the notion of a geoid -- a surface of constant "gravitational potential". In particular, we show how this idea naturally emerges as a specific choice of a previously proposed, more general and operationally useful construction called a quasilocal frame -- that is, a choice of a two-parameter family of timelike worldlines comprising the worldtube bo… ▽ More
Submitted 30 November, 2015; v1 submitted 9 October, 2015; originally announced October 2015.
Comments: 24 pages, 8 figures; v2: reference added; v3: introduction clarified, reference added
Journal ref: Class.Quant.Grav.33:105001,2016
-
arXiv:1509.02673 [pdf, ps, other]
Solving NP-complete problems with delayed signals: an overview of current research directions
Abstract: In this paper we summarize the existing principles for building unconventional computing devices that involve delayed signals for encoding solutions to NP-complete problems. We are interested in the following aspects: the properties of the signal, the operations performed within the devices, some components required for the physical implementation, precision required for correctly reading the solu… ▽ More
Submitted 9 September, 2015; originally announced September 2015.
Comments: in Proceedings of 1st international workshop on Optical SuperComputing, LNCS 5172, pp. 115-128, Springer-Verlag, 2008, more info at: http://www.cs.ubbcluj.ro/~moltean/optical
-
Evolving TSP heuristics using Multi Expression Programming
Abstract: Multi Expression Programming (MEP) is an evolutionary technique that may be used for solving computationally difficult problems. MEP uses a linear solution representation. Each MEP individual is a string encoding complex expressions (computer programs). A MEP individual may encode multiple solutions of the current problem. In this paper MEP is used for evolving a Traveling Salesman Problem (TSP) h… ▽ More
Submitted 8 September, 2015; originally announced September 2015.
Comments: International Conference on Computational Sciences, ICCS'04, 6-9 June, Krakow, Poland, Edited by M. Bubak, G.van Albada, P. Sloot, and J. Dongarra, Vol II, pp. 670-673, Springer-Verlag, Berlin, 2004. Source code available for download at: http://www.cs.ubbcluj.ro/~moltean/evolve_heuristics.html
-
Cosmological Perturbations in Antigravity
Abstract: We compute the evolution of cosmological perturbations in a recently proposed Weyl-symmetric theory of two scalar fields with oppositely-signed conformal couplings to Einstein gravity. It is motivated from the minimal conformal extension of the Standard Model, such that one of these scalar fields is the Higgs while the other is a new particle, the dilaton, introduced to make the Higgs mass conform… ▽ More
Submitted 28 July, 2014; v1 submitted 27 June, 2014; originally announced June 2014.
Comments: 15 pages, a few references added
Journal ref: Phys. Rev. D 90, 083505 (2014)
-
arXiv:1312.2284 [pdf, ps, other]
Gravitational Waves from Preheating in M-flation
Abstract: Matrix inflation, or M-flation, is a string theory motivated inflationary model with three scalar field matrices and gauge fields in the adjoint representation of the $\mathbf{U}(N)$ gauge group. One of these $3N^2$ scalars appears as the effective inflaton while the rest of the fields (scalar and gauge fields) can play the role of isocurvature fields during inflation and preheat fields afterwards… ▽ More
Submitted 11 February, 2014; v1 submitted 8 December, 2013; originally announced December 2013.
Comments: v1:27 pages and 7 figures; v2: typos corrected; v3: references added; v4: matched the JCAP version
Journal ref: JCAP 03 (2014) 020
-
Numerical Boson Stars with a Single Killing Vector I: the $D\ge5$ Case
Abstract: We numerically construct asymptotically anti-de Sitter boson star solutions using a minimally coupled $\frac{D-1}{2}$-tuplet complex scalar field in $D=5,7,9,11$ dimensions. The metric admits multiple Killing vector fields in general, however the scalar fields are only invariant under a particular combination, leading to such boson star solutions possessing just a single helical Killing symmetry.… ▽ More
Submitted 13 December, 2013; v1 submitted 30 July, 2013; originally announced July 2013.
Comments: 16 pages, 3 multi-part figures, Part I of a 2 part series, v2: references added, appendix and figures added, minor changes throughout
Journal ref: Phys. Rev. D 89, 044017 (2014)
-
arXiv:1109.5044 [pdf, ps, other]
Lifshitz Solitons
Abstract: We numerically obtain a class of soliton solutions for Einstein gravity in $(n+1)$ dimensions coupled to massive abelian gauge fields and with a negative cosmological constant with Lifshitz asymptotic behaviour. We find that for all $n\geq3$, a discrete set of magic values for the charge density at the origin (guaranteeing an asymptotically Lifshitz geometry) exists when the critical exponent asso… ▽ More
Submitted 1 October, 2011; v1 submitted 23 September, 2011; originally announced September 2011.
Comments: 11 pages, 7 figures, Latex; added references
Journal ref: Phys.Rev.D84:124047,2011
-
arXiv:0708.1964 [pdf, ps, other]
Solving the subset-sum problem with a light-based device
Abstract: We propose a special computational device which uses light rays for solving the subset-sum problem. The device has a graph-like representation and the light is traversing it by following the routes given by the connections between nodes. The nodes are connected by arcs in a special way which lets us to generate all possible subsets of the given set. To each arc we assign either a number from the… ▽ More
Submitted 14 August, 2007; originally announced August 2007.
Comments: 14 pages, 6 figures, Natural Computing, 2007
Journal ref: Natural Computing, Springer-Verlag, Vol 8, Issue 2, pp. 321-331, 2009
-
arXiv:0708.1962 [pdf, ps, other]
Exact Cover with light
Abstract: We suggest a new optical solution for solving the YES/NO version of the Exact Cover problem by using the massive parallelism of light. The idea is to build an optical device which can generate all possible solutions of the problem and then to pick the correct one. In our case the device has a graph-like representation and the light is traversing it by following the routes given by the connection… ▽ More
Submitted 14 August, 2007; originally announced August 2007.
Comments: 20 pages, 4 figures, New Generation Computing, accepted, 2007
Journal ref: New Generation Computing, Springer-Verlag, Vol. 26, Issue 4, pp. 327-344, 2008
-
arXiv:0708.1512 [pdf, ps, other]
Solving the Hamiltonian path problem with a light-based computer
Abstract: In this paper we propose a special computational device which uses light rays for solving the Hamiltonian path problem on a directed graph. The device has a graph-like representation and the light is traversing it by following the routes given by the connections between nodes. In each node the rays are uniquely marked so that they can be easily identified. At the destination node we will search… ▽ More
Submitted 10 August, 2007; originally announced August 2007.
Comments: 17 pages, Natural Computing journal
Journal ref: Natural Computing, Springer, Vol 6, 2007
-
arXiv:0708.1496 [pdf, ps, other]
A Light-Based Device for Solving the Hamiltonian Path Problem
Abstract: In this paper we suggest the use of light for performing useful computations. Namely, we propose a special device which uses light rays for solving the Hamiltonian path problem on a directed graph. The device has a graph-like representation and the light is traversing it following the routes given by the connections between nodes. In each node the rays are uniquely marked so that they can be eas… ▽ More
Submitted 10 August, 2007; originally announced August 2007.
Comments: 11 pages, Unconventional Computation conference, 2006
Journal ref: LNCS 4135, Unconventional Computation conference, pp. 217-227, 2006