LoongFlow: Khung làm việc giúp Agent "tự tiến hóa" bằng Thuật toán Tiến hóa (EA). Thay vì prompt tĩnh, LoongFlow tối ưu tự động prompt và logic như "DNA" qua các thế hệ. Kết quả: độ chính xác cao hơn ReAct truyền thống. Mã nguồn & bài báo đã công bố. 📄💻 #LoongFlow #AI #Agent #EvolutionaryAlgorithms #MachineLearning #TríTuệNhânTạo #KhoaHọcMáyTính #AIResearch
So finally I published me post about the idea of byte equivalent #decompilation of the #Linux #kernel using #EvolutionaryAlgorithms in the hope that we could mainline Android phones and tablets, whose companies are violating #GPL by not releasing the kernel source code.
https://far.chickenkiller.com/computing/decompiling-the-kernel-using-ea/
I really don't know if it's possible. Or if it is, how long will it take. It's research. And research means exploring the unexplored areas. You might find a little silver, or you might find few kilograms of gold. Or you might explore the areas for 2 years and in the end, find nothing.
#GPLViolation #GeneticProgramming #Research #ResearchIdea #ComputerScience #LinuxKernel #ViolatingGPL #OptimizationProblem #EvoltiionaryAlgorithm
TLDR: We want to decompile a binary code, into the byte equivalent C code. We look at this from an optimization viewpoint. We have a generated C code(or AST) and we want to optimize it so when we compile it, it is equivalent to the binary code, byte by byte. And I think it’s better to use a population based optimization metaheuristic to do this. Such as Genetic Programming. Requirements to understand this post The idea I’m writing about is very deep. You need to know the current problem we have about companies violating GPL and not releasing the Linux kernel source code used in their devices. Then you need to know what an Algorithm is. What a Heuristic is. And what is the difference between them. And you also need to know what an optimization problem is. And what is our goal in these problems. After that, you need to know in this very specific optimization problem, we are not looking for “good enough” solutions unlike most other optimization problems. We are rather looking for the “perfect” solution, if we can find one.
Automated Antenna Design with Evolutionary Algorithms [pdf] (2006)
https://ntrs.nasa.gov/api/citations/20060024675/downloads/20060024675.pdf
#HackerNews #AutomatedAntennaDesign #EvolutionaryAlgorithms #NASAResearch #EngineeringInnovation #PDFDownload
Baby Steps into Genetic Programming
https://aerique.blogspot.com/2011/01/baby-steps-into-genetic-programming.html
#HackerNews #GeneticProgramming #BabySteps #AIInnovation #EvolutionaryAlgorithms
I'm really enjoying my latest research project. This one's exploring how different spatial environments can lead to different evolutionary dynamics. Here we see an environment where it's harder to survive in the middle than on the edges (that is, it requires higher scores from a fitness function). We can see the population evolve increasing fitness as it spreads into the interior space.
#EvolutionaryComputation #EvolutionaryAlgorithms #science #evolution